Html Css Color HEX #C87E16 Ochre

📋 copy color: '#C87E16'

red 200 ◦ green 126 ◦ blue 22

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

Shades of Ochre #C87E16

Tints of Ochre #C87E16

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

 BLUE value IS 22 (8.98% from 255) = 6.32%

R = 57.47%
G = 36.21%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C87E16 (or 0xC87E16) is known color: Ochre. HEX triplet: C8, 7E and 16. RGB value is (200,126,22). Sum of RGB (Red+Green+Blue) = 200+126+22=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E16 is #3781E9. Grayscale: #888888. Windows color (decimal): -3637738 or 1474248. OLE color: 1474248.

HSL color Cylindrical-coordinate representation of color #C87E16: hue angle of 35.06º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C87E16 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 126 22 -
CMYK 0 0.37 0.89 0.22
HSL 35.06º 0.8% 0.44% -
HSV(B) 35.06º 0.89% 0.78% -
XYZ 31.43 27.26 4.36 -
YUV 136.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 200 126 22 0 0.37 0.89 0.22 35.06 0.8 0.44
Hex C8 7E 16 0 25 59 16 23 50 2C
Octal 310 176 26 0 45 131 26 43 120 54
Binary 11001000 1111110 10110 0 100101 1011001 10110 100011 1010000 101100

Color Harmonies of #C87E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87E16

Black with #C87E16

Text Example


Text Example

White with #C87E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87E16; }

 p { color: rgb(200,126,22); }

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

background-color css

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

 a { background-color: rgb(200,126,22); }

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

border-color css

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

 span { border-color: rgb(200,126,22); }

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