Html Css Color HEX #C87220 Ochre

📋 copy color: '#C87220'

red 200 ◦ green 114 ◦ blue 32

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

Shades of Ochre #C87220

Tints of Ochre #C87220

RGB

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

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

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

R = 57.8%
G = 32.95%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C87220 (or 0xC87220) is known color: Ochre. HEX triplet: C8, 72 and 20. RGB value is (200,114,32). Sum of RGB (Red+Green+Blue) = 200+114+32=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C87220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87220 is #378DDF. Grayscale: #828282. Windows color (decimal): -3640800 or 2126536. OLE color: 2126536.

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

Color convert

RGB 200 114 32 -
CMYK 0 0.43 0.84 0.22
HSL 29.29º 0.72% 0.45% -
HSV(B) 29.29º 0.84% 0.78% -
XYZ 30.1 24.42 4.49 -
YUV 130.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 200 114 32 0 0.43 0.84 0.22 29.29 0.72 0.45
Hex C8 72 20 0 2B 54 16 1D 48 2D
Octal 310 162 40 0 53 124 26 35 110 55
Binary 11001000 1110010 100000 0 101011 1010100 10110 11101 1001000 101101

Color Harmonies of #C87220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87220

Black with #C87220

Text Example


Text Example

White with #C87220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87220; }

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

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

background-color css

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

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

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

border-color css

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

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

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