#C03066

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

Shades of Rouge #C03066

Tints of Rouge #C03066

Color information

#C03066 (or 0xC03066) is unknown color: approx Rouge. HEX triplet: C0, 30 and 66. RGB value is (192,48,102). Sum of RGB (Red+Green+Blue) = 192+48+102=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C03066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03066 is #3FCF99. Grayscale: #616161. Windows color (decimal): -4181914 or 6697152. OLE color: 6697152.

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

Color convert

RGB19248102-
CMYK00.750.470.25
HSL337.5º60%47.06%-
HSV(B)337.5º75%75.29%-
XYZ25.1914.2814-
YUV97.21130.71195.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.14%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=56.14%
G=14.04%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924810200.750.470.25337.56047.06
HexC0306604B2F191523c2f
Octal30060146011357315227457
Binary1100000011000011001100100101110111111001101010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03066; }

 p { color: rgb(192,48,102); }

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

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

 a { background-color: rgb(192,48,102); }

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

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

 span { border-color: rgb(192,48,102); }

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