Html Css Color HEX #C87E20 Ochre

📋 copy color: '#C87E20'

red 200 ◦ green 126 ◦ blue 32

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

Shades of Ochre #C87E20

Tints of Ochre #C87E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 55.87%
G = 35.2%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C87E20 (or 0xC87E20) is known color: Ochre. HEX triplet: C8, 7E and 20. RGB value is (200,126,32). Sum of RGB (Red+Green+Blue) = 200+126+32=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E20 is #3781DF. Grayscale: #898989. Windows color (decimal): -3637728 or 2129608. OLE color: 2129608.

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

Color convert

RGB 200 126 32 -
CMYK 0 0.37 0.84 0.22
HSL 33.57º 0.72% 0.45% -
HSV(B) 33.57º 0.84% 0.78% -
XYZ 31.54 27.31 4.97 -
YUV 137.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 200 126 32 0 0.37 0.84 0.22 33.57 0.72 0.45
Hex C8 7E 20 0 25 54 16 22 48 2D
Octal 310 176 40 0 45 124 26 42 110 55
Binary 11001000 1111110 100000 0 100101 1010100 10110 100010 1001000 101101

Color Harmonies of #C87E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87E20

Black with #C87E20

Text Example


Text Example

White with #C87E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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