Html Css Color HEX #C87615 Ochre

📋 copy color: '#C87615'

red 200 ◦ green 118 ◦ blue 21

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

Shades of Ochre #C87615

Tints of Ochre #C87615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 59%
G = 34.81%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C87615 (or 0xC87615) is known color: Ochre. HEX triplet: C8, 76 and 15. RGB value is (200,118,21). Sum of RGB (Red+Green+Blue) = 200+118+21=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87615 is #3789EA. Grayscale: #838383. Windows color (decimal): -3639787 or 1406664. OLE color: 1406664.

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

Color convert

RGB 200 118 21 -
CMYK 0 0.41 0.90 0.22
HSL 32.51º 0.81% 0.43% -
HSV(B) 32.51º 0.9% 0.78% -
XYZ 30.43 25.29 3.99 -
YUV 131.46 65.67 176.89 -
System Red Green Blue C M Y K H S L
Decimal 200 118 21 0 0.41 0.90 0.22 32.51 0.81 0.43
Hex C8 76 15 0 29 5A 16 21 51 2B
Octal 310 166 25 0 51 132 26 41 121 53
Binary 11001000 1110110 10101 0 101001 1011010 10110 100001 1010001 101011

Color Harmonies of #C87615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87615

Black with #C87615

Text Example


Text Example

White with #C87615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87615; }

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

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

background-color css

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

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

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

border-color css

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

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

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