Html Css Color HEX #C87916 Ochre

📋 copy color: '#C87916'

red 200 ◦ green 121 ◦ blue 22

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

Shades of Ochre #C87916

Tints of Ochre #C87916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 58.31%
G = 35.28%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C87916 (or 0xC87916) is known color: Ochre. HEX triplet: C8, 79 and 16. RGB value is (200,121,22). Sum of RGB (Red+Green+Blue) = 200+121+22=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C87916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87916 is #3786E9. Grayscale: #858585. Windows color (decimal): -3639018 or 1472968. OLE color: 1472968.

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

Color convert

RGB 200 121 22 -
CMYK 0 0.39 0.89 0.22
HSL 33.37º 0.8% 0.44% -
HSV(B) 33.37º 0.89% 0.78% -
XYZ 30.8 26.01 4.16 -
YUV 133.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 200 121 22 0 0.39 0.89 0.22 33.37 0.8 0.44
Hex C8 79 16 0 27 59 16 21 50 2C
Octal 310 171 26 0 47 131 26 41 120 54
Binary 11001000 1111001 10110 0 100111 1011001 10110 100001 1010000 101100

Color Harmonies of #C87916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87916

Black with #C87916

Text Example


Text Example

White with #C87916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87916; }

 p { color: rgb(200,121,22); }

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

background-color css

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

 a { background-color: rgb(200,121,22); }

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

border-color css

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

 span { border-color: rgb(200,121,22); }

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