Html Css Color HEX #C87415 Ochre

📋 copy color: '#C87415'

red 200 ◦ green 116 ◦ blue 21

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

Shades of Ochre #C87415

Tints of Ochre #C87415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 59.35%
G = 34.42%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C87415 (or 0xC87415) is known color: Ochre. HEX triplet: C8, 74 and 15. RGB value is (200,116,21). Sum of RGB (Red+Green+Blue) = 200+116+21=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C87415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87415 is #378BEA. Grayscale: #828282. Windows color (decimal): -3640299 or 1406152. OLE color: 1406152.

HSL color Cylindrical-coordinate representation of color #C87415: hue angle of 31.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 #C87415 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 21 -
CMYK 0 0.42 0.90 0.22
HSL 31.84º 0.81% 0.43% -
HSV(B) 31.84º 0.9% 0.78% -
XYZ 30.2 24.82 3.91 -
YUV 130.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 200 116 21 0 0.42 0.90 0.22 31.84 0.81 0.43
Hex C8 74 15 0 2A 5A 16 20 51 2B
Octal 310 164 25 0 52 132 26 40 121 53
Binary 11001000 1110100 10101 0 101010 1011010 10110 100000 1010001 101011

Color Harmonies of #C87415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87415

Black with #C87415

Text Example


Text Example

White with #C87415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87415; }

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

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

background-color css

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

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

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

border-color css

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

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

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