#C0204B

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

Shades of Old Rose #C0204B

Tints of Old Rose #C0204B

Color information

#C0204B (or 0xC0204B) is unknown color: approx Old Rose. HEX triplet: C0, 20 and 4B. RGB value is (192,32,75). Sum of RGB (Red+Green+Blue) = 192+32+75=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C0204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0204B is #3FDFB4. Grayscale: #545454. Windows color (decimal): -4186037 or 4923584. OLE color: 4923584.

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

Color convert

RGB1923275-
CMYK00.830.610.25
HSL343.88º71.43%43.92%-
HSV(B)343.88º83.33%75.29%-
XYZ23.5212.757.88-
YUV84.74122.51204.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.21%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=64.21%
G=10.70%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192327500.830.610.25343.8871.4343.92
HexC0204B0533D19158472c
Octal300401130123753153010754
Binary11000000100000100101101010011111101110011010110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0204B; }

 p { color: rgb(192,32,75); }

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

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

 a { background-color: rgb(192,32,75); }

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

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

 span { border-color: rgb(192,32,75); }

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