Html Css Color HEX #C86F1F Ochre

📋 copy color: '#C86F1F'

red 200 ◦ green 111 ◦ blue 31

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

Shades of Ochre #C86F1F

Tints of Ochre #C86F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 58.48%
G = 32.46%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86F1F (or 0xC86F1F) is known color: Ochre. HEX triplet: C8, 6F and 1F. RGB value is (200,111,31). Sum of RGB (Red+Green+Blue) = 200+111+31=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F1F is #3790E0. Grayscale: #808080. Windows color (decimal): -3641569 or 2060232. OLE color: 2060232.

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

Color convert

RGB 200 111 31 -
CMYK 0 0.44 0.84 0.22
HSL 28.4º 0.73% 0.45% -
HSV(B) 28.4º 0.85% 0.78% -
XYZ 29.75 23.75 4.31 -
YUV 128.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 200 111 31 0 0.44 0.84 0.22 28.4 0.73 0.45
Hex C8 6F 1F 0 2C 54 16 1C 49 2D
Octal 310 157 37 0 54 124 26 34 111 55
Binary 11001000 1101111 11111 0 101100 1010100 10110 11100 1001001 101101

Color Harmonies of #C86F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F1F

Black with #C86F1F

Text Example


Text Example

White with #C86F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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