#C03768

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

Shades of Rouge #C03768

Tints of Rouge #C03768

Color information

#C03768 (or 0xC03768) is unknown color: approx Rouge. HEX triplet: C0, 37 and 68. RGB value is (192,55,104). Sum of RGB (Red+Green+Blue) = 192+55+104=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C03768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03768 is #3FC897. Grayscale: #656565. Windows color (decimal): -4180120 or 6830016. OLE color: 6830016.

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

Color convert

RGB19255104-
CMYK00.710.460.25
HSL338.54º55.47%48.43%-
HSV(B)338.54º71.35%75.29%-
XYZ25.614.9414.63-
YUV101.55129.39192.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 55 (21.88% from 255) = 15.67%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=54.70%
G=15.67%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925510400.710.460.25338.5455.4748.43
HexC037680472E191533730
Octal30067150010756315236760
Binary1100000011011111010000100011110111011001101010011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03768; }

 p { color: rgb(192,55,104); }

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

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

 a { background-color: rgb(192,55,104); }

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

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

 span { border-color: rgb(192,55,104); }

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