#C85823

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

Shades of Christine #C85823

Tints of Christine #C85823

Color information

#C85823 (or 0xC85823) is unknown color: approx Christine. HEX triplet: C8, 58 and 23. RGB value is (200,88,35). Sum of RGB (Red+Green+Blue) = 200+88+35=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C85823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85823 is #37A7DC. Grayscale: #737373. Windows color (decimal): -3647453 or 2316488. OLE color: 2316488.

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

Color convert

RGB2008835-
CMYK00.560.820.22
HSL19.27º70.21%46.08%-
HSV(B)19.27º82.5%78.43%-
XYZ27.6119.383.88-
YUV115.4582.61188.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.92%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 35 (14.06% from 255) = 10.84%
R=61.92%
G=27.24%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200883500.560.820.2219.2770.2146.08
HexC85823038521613462e
Octal31013043070122262310656
Binary1100100010110001000110111000101001010110100111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85823; }

 p { color: rgb(200,88,35); }

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

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

 a { background-color: rgb(200,88,35); }

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

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

 span { border-color: rgb(200,88,35); }

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