Html Css Color HEX #C87F22 Ochre

📋 copy color: '#C87F22'

red 200 ◦ green 127 ◦ blue 34

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

Shades of Ochre #C87F22

Tints of Ochre #C87F22

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

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

R = 55.4%
G = 35.18%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C87F22 (or 0xC87F22) is known color: Ochre. HEX triplet: C8, 7F and 22. RGB value is (200,127,34). Sum of RGB (Red+Green+Blue) = 200+127+34=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F22 is #3780DD. Grayscale: #8A8A8A. Windows color (decimal): -3637470 or 2260936. OLE color: 2260936.

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

Color convert

RGB 200 127 34 -
CMYK 0 0.36 0.83 0.22
HSL 33.61º 0.71% 0.46% -
HSV(B) 33.61º 0.83% 0.78% -
XYZ 31.7 27.57 5.16 -
YUV 138.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 200 127 34 0 0.36 0.83 0.22 33.61 0.71 0.46
Hex C8 7F 22 0 24 53 16 22 47 2E
Octal 310 177 42 0 44 123 26 42 107 56
Binary 11001000 1111111 100010 0 100100 1010011 10110 100010 1000111 101110

Color Harmonies of #C87F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F22

Black with #C87F22

Text Example


Text Example

White with #C87F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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