#C86C28

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

Shades of Christine #C86C28

Tints of Christine #C86C28

Color information

#C86C28 (or 0xC86C28) is unknown color: approx Christine. HEX triplet: C8, 6C and 28. RGB value is (200,108,40). Sum of RGB (Red+Green+Blue) = 200+108+40=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C28 is #3793D7. Grayscale: #808080. Windows color (decimal): -3642328 or 2649288. OLE color: 2649288.

HSL color Cylindrical-coordinate representation of color #C86C28: hue angle of 25.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C86C28 is Cyan = 0, Magento = 0.46, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB20010840-
CMYK00.460.80.22
HSL25.5º66.67%47.06%-
HSV(B)25.5º80%78.43%-
XYZ29.5623.164.92-
YUV127.7678.48179.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.47%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 40 (16.02% from 255) = 11.49%
R=57.47%
G=31.03%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001084000.460.80.2225.566.6747.06
HexC86C2802E50161a432f
Octal31015450056120263210357
Binary1100100011011001010000101110101000010110110101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C28; }

 p { color: rgb(200,108,40); }

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

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

 a { background-color: rgb(200,108,40); }

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

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

 span { border-color: rgb(200,108,40); }

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