#C86932

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

Shades of Christine #C86932

Tints of Christine #C86932

Color information

#C86932 (or 0xC86932) is unknown color: approx Christine. HEX triplet: C8, 69 and 32. RGB value is (200,105,50). Sum of RGB (Red+Green+Blue) = 200+105+50=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C86932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86932 is #3796CD. Grayscale: #7F7F7F. Windows color (decimal): -3643086 or 3303880. OLE color: 3303880.

HSL color Cylindrical-coordinate representation of color #C86932: hue angle of 22º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C86932 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB20010550-
CMYK00.480.750.22
HSL22º60%49.02%-
HSV(B)22º75%78.43%-
XYZ29.4522.615.83-
YUV127.1484.47179.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.34%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 50 (19.92% from 255) = 14.08%
R=56.34%
G=29.58%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001055000.480.750.22226049.02
HexC869320304B16163c31
Octal3101516206011326267461
Binary110010001101001110010011000010010111011010110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86932; }

 p { color: rgb(200,105,50); }

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

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

 a { background-color: rgb(200,105,50); }

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

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

 span { border-color: rgb(200,105,50); }

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