Html Css Color HEX #C87715 Ochre

📋 copy color: '#C87715'

red 200 ◦ green 119 ◦ blue 21

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

Shades of Ochre #C87715

Tints of Ochre #C87715

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

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

R = 58.82%
G = 35%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C87715 (or 0xC87715) is known color: Ochre. HEX triplet: C8, 77 and 15. RGB value is (200,119,21). Sum of RGB (Red+Green+Blue) = 200+119+21=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C87715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87715 is #3788EA. Grayscale: #848484. Windows color (decimal): -3639531 or 1406920. OLE color: 1406920.

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

Color convert

RGB 200 119 21 -
CMYK 0 0.40 0.90 0.22
HSL 32.85º 0.81% 0.43% -
HSV(B) 32.85º 0.9% 0.78% -
XYZ 30.55 25.53 4.03 -
YUV 132.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 200 119 21 0 0.40 0.90 0.22 32.85 0.81 0.43
Hex C8 77 15 0 28 5A 16 21 51 2B
Octal 310 167 25 0 50 132 26 41 121 53
Binary 11001000 1110111 10101 0 101000 1011010 10110 100001 1010001 101011

Color Harmonies of #C87715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87715

Black with #C87715

Text Example


Text Example

White with #C87715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87715; }

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

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

background-color css

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

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

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

border-color css

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

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

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