Html Css Color HEX #C87115 Ochre

📋 copy color: '#C87115'

red 200 ◦ green 113 ◦ blue 21

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

Shades of Ochre #C87115

Tints of Ochre #C87115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.29%

R = 59.88%
G = 33.83%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C87115 (or 0xC87115) is known color: Ochre. HEX triplet: C8, 71 and 15. RGB value is (200,113,21). Sum of RGB (Red+Green+Blue) = 200+113+21=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C87115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87115 is #378EEA. Grayscale: #808080. Windows color (decimal): -3641067 or 1405384. OLE color: 1405384.

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

Color convert

RGB 200 113 21 -
CMYK 0 0.44 0.90 0.22
HSL 30.84º 0.81% 0.43% -
HSV(B) 30.84º 0.9% 0.78% -
XYZ 29.86 24.14 3.8 -
YUV 128.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 200 113 21 0 0.44 0.90 0.22 30.84 0.81 0.43
Hex C8 71 15 0 2C 5A 16 1F 51 2B
Octal 310 161 25 0 54 132 26 37 121 53
Binary 11001000 1110001 10101 0 101100 1011010 10110 11111 1010001 101011

Color Harmonies of #C87115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87115

Black with #C87115

Text Example


Text Example

White with #C87115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87115; }

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

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

background-color css

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

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

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

border-color css

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

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

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