Html Css Color HEX #C86E1C Ochre

📋 copy color: '#C86E1C'

red 200 ◦ green 110 ◦ blue 28

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

Shades of Ochre #C86E1C

Tints of Ochre #C86E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.54%

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 59.17%
G = 32.54%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C86E1C (or 0xC86E1C) is known color: Ochre. HEX triplet: C8, 6E and 1C. RGB value is (200,110,28). Sum of RGB (Red+Green+Blue) = 200+110+28=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E1C is #3791E3. Grayscale: #7F7F7F. Windows color (decimal): -3641828 or 1863368. OLE color: 1863368.

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

Color convert

RGB 200 110 28 -
CMYK 0 0.45 0.86 0.22
HSL 28.6º 0.75% 0.45% -
HSV(B) 28.6º 0.86% 0.78% -
XYZ 29.6 23.52 4.08 -
YUV 127.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 200 110 28 0 0.45 0.86 0.22 28.6 0.75 0.45
Hex C8 6E 1C 0 2D 56 16 1D 4B 2D
Octal 310 156 34 0 55 126 26 35 113 55
Binary 11001000 1101110 11100 0 101101 1010110 10110 11101 1001011 101101

Color Harmonies of #C86E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E1C

Black with #C86E1C

Text Example


Text Example

White with #C86E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E1C; }

 p { color: rgb(200,110,28); }

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

background-color css

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

 a { background-color: rgb(200,110,28); }

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

border-color css

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

 span { border-color: rgb(200,110,28); }

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