Html Css Color HEX #C86E27 Ochre

📋 copy color: '#C86E27'

red 200 ◦ green 110 ◦ blue 39

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

Shades of Ochre #C86E27

Tints of Ochre #C86E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.17%

R = 57.31%
G = 31.52%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C86E27 (or 0xC86E27) is known color: Ochre. HEX triplet: C8, 6E and 27. RGB value is (200,110,39). Sum of RGB (Red+Green+Blue) = 200+110+39=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E27 is #3791D8. Grayscale: #818181. Windows color (decimal): -3641817 or 2584264. OLE color: 2584264.

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

Color convert

RGB 200 110 39 -
CMYK 0 0.45 0.80 0.22
HSL 26.46º 0.67% 0.47% -
HSV(B) 26.46º 0.81% 0.78% -
XYZ 29.76 23.58 4.9 -
YUV 128.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 200 110 39 0 0.45 0.80 0.22 26.46 0.67 0.47
Hex C8 6E 27 0 2D 50 16 1A 43 2F
Octal 310 156 47 0 55 120 26 32 103 57
Binary 11001000 1101110 100111 0 101101 1010000 10110 11010 1000011 101111

Color Harmonies of #C86E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E27

Black with #C86E27

Text Example


Text Example

White with #C86E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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