#C0612F

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

Shades of Christine #C0612F

Tints of Christine #C0612F

Color information

#C0612F (or 0xC0612F) is unknown color: approx Christine. HEX triplet: C0, 61 and 2F. RGB value is (192,97,47). Sum of RGB (Red+Green+Blue) = 192+97+47=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0612F is #3F9ED0. Grayscale: #777777. Windows color (decimal): -4169425 or 3105216. OLE color: 3105216.

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

Color convert

RGB1929747-
CMYK00.490.760.25
HSL20.69º60.67%46.86%-
HSV(B)20.69º75.52%75.29%-
XYZ26.5319.965.14-
YUV119.7186.97179.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.14%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=57.14%
G=28.87%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192974700.490.760.2520.6960.6746.86
HexC0612F0314C19153d2f
Octal3001415706111431257557
Binary110000001100001101111011000110011001100110101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0612F; }

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

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

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

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

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

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

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

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