#C03A61

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

Shades of Rouge #C03A61

Tints of Rouge #C03A61

Color information

#C03A61 (or 0xC03A61) is unknown color: approx Rouge. HEX triplet: C0, 3A and 61. RGB value is (192,58,97). Sum of RGB (Red+Green+Blue) = 192+58+97=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A61 is #3FC59E. Grayscale: #666666. Windows color (decimal): -4179359 or 6372032. OLE color: 6372032.

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

Color convert

RGB1925897-
CMYK00.700.490.25
HSL342.54º53.6%49.02%-
HSV(B)342.54º69.79%75.29%-
XYZ25.4115.112.88-
YUV102.51124.89191.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=55.33%
G=16.71%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192589700.700.490.25342.5453.649.02
HexC03A6104631191573631
Octal30072141010661315276661
Binary1100000011101011000010100011011000111001101010111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03A61; }

 p { color: rgb(192,58,97); }

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

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

 a { background-color: rgb(192,58,97); }

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

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

 span { border-color: rgb(192,58,97); }

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