Html Css Color HEX #C86429 Christine

📋 copy color: '#C86429'

red 200 ◦ green 100 ◦ blue 41

#C86429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #C86429

Tints of Christine #C86429

RGB

 RED value IS 200 (78.52% from 255) = 58.65%

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 58.65%
G = 29.33%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C86429 (or 0xC86429) is known color: Christine. HEX triplet: C8, 64 and 29. RGB value is (200,100,41). Sum of RGB (Red+Green+Blue) = 200+100+41=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C86429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86429 is #379BD6. Grayscale: #7B7B7B. Windows color (decimal): -3644375 or 2712776. OLE color: 2712776.

HSL color Cylindrical-coordinate representation of color #C86429: hue angle of 22.26º degrees, saturation: 0.66, 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 #C86429 is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 41 -
CMYK 0 0.5 0.80 0.22
HSL 22.26º 0.66% 0.47% -
HSV(B) 22.26º 0.8% 0.78% -
XYZ 28.78 21.55 4.74 -
YUV 123.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 200 100 41 0 0.5 0.80 0.22 22.26 0.66 0.47
Hex C8 64 29 0 32 50 16 16 42 2F
Octal 310 144 51 0 62 120 26 26 102 57
Binary 11001000 1100100 101001 0 110010 1010000 10110 10110 1000010 101111

Color Harmonies of #C86429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86429

Black with #C86429

Text Example


Text Example

White with #C86429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86429; }

 p { color: rgb(200,100,41); }

 H1.HeaderClassName
 {
   color: #C86429;
 }
 .AnyTagClassName
 {
   color: #C86429;
 }
</style>

background-color css

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

 a { background-color: rgb(200,100,41); }

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

border-color css

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

 span { border-color: rgb(200,100,41); }

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