#C03B61

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

Shades of Rouge #C03B61

Tints of Rouge #C03B61

Color information

#C03B61 (or 0xC03B61) is unknown color: approx Rouge. HEX triplet: C0, 3B and 61. RGB value is (192,59,97). Sum of RGB (Red+Green+Blue) = 192+59+97=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B61 is #3FC49E. Grayscale: #676767. Windows color (decimal): -4179103 or 6372288. OLE color: 6372288.

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

Color convert

RGB1925997-
CMYK00.690.490.25
HSL342.86º52.99%49.22%-
HSV(B)342.86º69.27%75.29%-
XYZ25.4615.212.9-
YUV103.1124.56191.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.17%
GREEN value IS 59 (23.44% from 255) = 16.95%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=55.17%
G=16.95%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192599700.690.490.25342.8652.9949.22
HexC03B6104531191573531
Octal30073141010561315276561
Binary1100000011101111000010100010111000111001101010111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03B61; }

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

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

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

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

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

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

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

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