#C0414F

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

Shades of Old Rose #C0414F

Tints of Old Rose #C0414F

Color information

#C0414F (or 0xC0414F) is unknown color: approx Old Rose. HEX triplet: C0, 41 and 4F. RGB value is (192,65,79). Sum of RGB (Red+Green+Blue) = 192+65+79=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0414F is #3FBEB0. Grayscale: #686868. Windows color (decimal): -4177585 or 5194176. OLE color: 5194176.

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

Color convert

RGB1926579-
CMYK00.660.590.25
HSL353.39º50.2%50.39%-
HSV(B)353.39º66.15%75.29%-
XYZ25.0415.559.08-
YUV104.57113.58190.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.14%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=57.14%
G=19.35%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192657900.660.590.25353.3950.250.39
HexC0414F0423B191613232
Octal300101117010273315416262
Binary11000000100000110011110100001011101111001101100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0414F; }

 p { color: rgb(192,65,79); }

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

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

 a { background-color: rgb(192,65,79); }

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

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

 span { border-color: rgb(192,65,79); }

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