Html Css Color HEX #C87206 Ochre

📋 copy color: '#C87206'

red 200 ◦ green 114 ◦ blue 6

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

Shades of Ochre #C87206

Tints of Ochre #C87206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 6 (2.73% from 255) = 1.88%

R = 62.5%
G = 35.63%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C87206 (or 0xC87206) is known color: Ochre. HEX triplet: C8, 72 and 06. RGB value is (200,114,6). Sum of RGB (Red+Green+Blue) = 200+114+6=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C87206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87206 is #378DF9. Grayscale: #7F7F7F. Windows color (decimal): -3640826 or 422600. OLE color: 422600.

HSL color Cylindrical-coordinate representation of color #C87206: hue angle of 33.4º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C87206 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 6 -
CMYK 0 0.43 0.97 0.22
HSL 33.4º 0.94% 0.4% -
HSV(B) 33.4º 0.97% 0.78% -
XYZ 29.87 24.33 3.29 -
YUV 127.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 200 114 6 0 0.43 0.97 0.22 33.4 0.94 0.4
Hex C8 72 6 0 2B 61 16 21 5E 28
Octal 310 162 6 0 53 141 26 41 136 50
Binary 11001000 1110010 110 0 101011 1100001 10110 100001 1011110 101000

Color Harmonies of #C87206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87206

Black with #C87206

Text Example


Text Example

White with #C87206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87206; }

 p { color: rgb(200,114,6); }

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

background-color css

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

 a { background-color: rgb(200,114,6); }

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

border-color css

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

 span { border-color: rgb(200,114,6); }

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