#C03364

Color #C03364 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #C03364

Tints of Rouge #C03364

Color information

#C03364 (or 0xC03364) is unknown color: approx Rouge. HEX triplet: C0, 33 and 64. RGB value is (192,51,100). Sum of RGB (Red+Green+Blue) = 192+51+100=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C03364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03364 is #3FCC9B. Grayscale: #626262. Windows color (decimal): -4181148 or 6566848. OLE color: 6566848.

HSL color Cylindrical-coordinate representation of color #C03364: hue angle of 339.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03364 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19251100-
CMYK00.730.480.25
HSL339.15º58.02%47.65%-
HSV(B)339.15º73.44%75.29%-
XYZ25.2214.4913.52-
YUV98.74128.71194.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 55.98%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=55.98%
G=14.87%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925110000.730.480.25339.1558.0247.65
HexC0336404930191533a30
Octal30063144011160315237260
Binary1100000011001111001000100100111000011001101010011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03364; }

 p { color: rgb(192,51,100); }

 H1.HeaderClassName
 {
   color: #C03364;
 }
 .AnyTagClassName
 {
   color: #C03364;
 }
</style>
background-color css

<style>
 a { background-color: #C03364; }

 a { background-color: rgb(192,51,100); }

 div.DivClassName
 {
   background-color: #C03364;
 }
 .BgClassName
 {
   background-color: #C03364;
 }
</style>
border-color css

<style>
 span { border-color: #C03364; }

 span { border-color: rgb(192,51,100); }

 td.TdClassName
 {
   border-color: #C03364;
 }
 .TagClassName
 {
   border-color: #C03364;
 }
</style>