Html Css Color HEX #C87122 Ochre

📋 copy color: '#C87122'

red 200 ◦ green 113 ◦ blue 34

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

Shades of Ochre #C87122

Tints of Ochre #C87122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

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

R = 57.64%
G = 32.56%
B = 9.8%

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

#C87122 (or 0xC87122) is known color: Ochre. HEX triplet: C8, 71 and 22. RGB value is (200,113,34). Sum of RGB (Red+Green+Blue) = 200+113+34=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C87122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87122 is #378EDD. Grayscale: #828282. Windows color (decimal): -3641054 or 2257352. OLE color: 2257352.

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

Color convert

RGB 200 113 34 -
CMYK 0 0.44 0.83 0.22
HSL 28.55º 0.71% 0.46% -
HSV(B) 28.55º 0.83% 0.78% -
XYZ 30.01 24.21 4.6 -
YUV 130.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 200 113 34 0 0.44 0.83 0.22 28.55 0.71 0.46
Hex C8 71 22 0 2C 53 16 1D 47 2E
Octal 310 161 42 0 54 123 26 35 107 56
Binary 11001000 1110001 100010 0 101100 1010011 10110 11101 1000111 101110

Color Harmonies of #C87122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87122

Black with #C87122

Text Example


Text Example

White with #C87122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87122; }

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

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

background-color css

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

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

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

border-color css

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

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

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