Html Css Color HEX #C87022 Ochre

📋 copy color: '#C87022'

red 200 ◦ green 112 ◦ blue 34

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

Shades of Ochre #C87022

Tints of Ochre #C87022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 34 (13.67% from 255) = 9.83%

R = 57.8%
G = 32.37%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C87022 (or 0xC87022) is known color: Ochre. HEX triplet: C8, 70 and 22. RGB value is (200,112,34). Sum of RGB (Red+Green+Blue) = 200+112+34=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C87022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87022 is #378FDD. Grayscale: #818181. Windows color (decimal): -3641310 or 2257096. OLE color: 2257096.

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

Color convert

RGB 200 112 34 -
CMYK 0 0.44 0.83 0.22
HSL 28.19º 0.71% 0.46% -
HSV(B) 28.19º 0.83% 0.78% -
XYZ 29.9 23.98 4.57 -
YUV 129.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 200 112 34 0 0.44 0.83 0.22 28.19 0.71 0.46
Hex C8 70 22 0 2C 53 16 1C 47 2E
Octal 310 160 42 0 54 123 26 34 107 56
Binary 11001000 1110000 100010 0 101100 1010011 10110 11100 1000111 101110

Color Harmonies of #C87022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87022

Black with #C87022

Text Example


Text Example

White with #C87022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87022; }

 p { color: rgb(200,112,34); }

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

background-color css

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

 a { background-color: rgb(200,112,34); }

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

border-color css

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

 span { border-color: rgb(200,112,34); }

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