#C86026

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

Shades of Christine #C86026

Tints of Christine #C86026

Color information

#C86026 (or 0xC86026) is unknown color: approx Christine. HEX triplet: C8, 60 and 26. RGB value is (200,96,38). Sum of RGB (Red+Green+Blue) = 200+96+38=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C86026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86026 is #379FD9. Grayscale: #787878. Windows color (decimal): -3645402 or 2515144. OLE color: 2515144.

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

Color convert

RGB2009638-
CMYK00.520.810.22
HSL21.48º68.07%46.67%-
HSV(B)21.48º81%78.43%-
XYZ28.3520.794.35-
YUV120.4881.46184.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.88%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 38 (15.23% from 255) = 11.38%
R=59.88%
G=28.74%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200963800.520.810.2221.4868.0746.67
HexC86026034511615442f
Octal31014046064121262510457
Binary1100100011000001001100110100101000110110101011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86026; }

 p { color: rgb(200,96,38); }

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

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

 a { background-color: rgb(200,96,38); }

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

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

 span { border-color: rgb(200,96,38); }

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