Html Css Color HEX #C86F29 Ochre

📋 copy color: '#C86F29'

red 200 ◦ green 111 ◦ blue 41

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

Shades of Ochre #C86F29

Tints of Ochre #C86F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

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

R = 56.82%
G = 31.53%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C86F29 (or 0xC86F29) is known color: Ochre. HEX triplet: C8, 6F and 29. RGB value is (200,111,41). Sum of RGB (Red+Green+Blue) = 200+111+41=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F29 is #3790D6. Grayscale: #828282. Windows color (decimal): -3641559 or 2715592. OLE color: 2715592.

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

Color convert

RGB 200 111 41 -
CMYK 0 0.44 0.80 0.22
HSL 26.42º 0.66% 0.47% -
HSV(B) 26.42º 0.8% 0.78% -
XYZ 29.9 23.81 5.12 -
YUV 129.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 200 111 41 0 0.44 0.80 0.22 26.42 0.66 0.47
Hex C8 6F 29 0 2C 50 16 1A 42 2F
Octal 310 157 51 0 54 120 26 32 102 57
Binary 11001000 1101111 101001 0 101100 1010000 10110 11010 1000010 101111

Color Harmonies of #C86F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F29

Black with #C86F29

Text Example


Text Example

White with #C86F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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