Html Css Color HEX #C87E22 Ochre

📋 copy color: '#C87E22'

red 200 ◦ green 126 ◦ blue 34

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

Shades of Ochre #C87E22

Tints of Ochre #C87E22

RGB

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

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

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

R = 55.56%
G = 35%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C87E22 (or 0xC87E22) is known color: Ochre. HEX triplet: C8, 7E and 22. RGB value is (200,126,34). Sum of RGB (Red+Green+Blue) = 200+126+34=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E22 is #3781DD. Grayscale: #8A8A8A. Windows color (decimal): -3637726 or 2260680. OLE color: 2260680.

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

Color convert

RGB 200 126 34 -
CMYK 0 0.37 0.83 0.22
HSL 33.25º 0.71% 0.46% -
HSV(B) 33.25º 0.83% 0.78% -
XYZ 31.57 27.32 5.12 -
YUV 137.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 200 126 34 0 0.37 0.83 0.22 33.25 0.71 0.46
Hex C8 7E 22 0 25 53 16 21 47 2E
Octal 310 176 42 0 45 123 26 41 107 56
Binary 11001000 1111110 100010 0 100101 1010011 10110 100001 1000111 101110

Color Harmonies of #C87E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87E22

Black with #C87E22

Text Example


Text Example

White with #C87E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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