Html Css Color HEX #C86E20 Ochre

📋 copy color: '#C86E20'

red 200 ◦ green 110 ◦ blue 32

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

Shades of Ochre #C86E20

Tints of Ochre #C86E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 58.48%
G = 32.16%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86E20 (or 0xC86E20) is known color: Ochre. HEX triplet: C8, 6E and 20. RGB value is (200,110,32). Sum of RGB (Red+Green+Blue) = 200+110+32=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E20 is #3791DF. Grayscale: #808080. Windows color (decimal): -3641824 or 2125512. OLE color: 2125512.

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

Color convert

RGB 200 110 32 -
CMYK 0 0.45 0.84 0.22
HSL 27.86º 0.72% 0.45% -
HSV(B) 27.86º 0.84% 0.78% -
XYZ 29.66 23.54 4.35 -
YUV 128.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 200 110 32 0 0.45 0.84 0.22 27.86 0.72 0.45
Hex C8 6E 20 0 2D 54 16 1C 48 2D
Octal 310 156 40 0 55 124 26 34 110 55
Binary 11001000 1101110 100000 0 101101 1010100 10110 11100 1001000 101101

Color Harmonies of #C86E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E20

Black with #C86E20

Text Example


Text Example

White with #C86E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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