#C0611C

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

Shades of Christine #C0611C

Tints of Christine #C0611C

Color information

#C0611C (or 0xC0611C) is unknown color: approx Christine. HEX triplet: C0, 61 and 1C. RGB value is (192,97,28). Sum of RGB (Red+Green+Blue) = 192+97+28=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0611C is #3F9EE3. Grayscale: #757575. Windows color (decimal): -4169444 or 1860032. OLE color: 1860032.

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

Color convert

RGB1929728-
CMYK00.490.850.25
HSL25.24º74.55%43.14%-
HSV(B)25.24º85.42%75.29%-
XYZ26.2219.843.55-
YUV117.5477.47181.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.57%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 28 (11.33% from 255) = 8.83%
R=60.57%
G=30.60%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192972800.490.850.2525.2474.5543.14
HexC0611C0315519194b2b
Octal30014134061125313111353
Binary110000001100001111000110001101010111001110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0611C; }

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

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

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

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

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

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

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

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