Html Css Color HEX #C87D14 Ochre

📋 copy color: '#C87D14'

red 200 ◦ green 125 ◦ blue 20

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

Shades of Ochre #C87D14

Tints of Ochre #C87D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.23%

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 57.97%
G = 36.23%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C87D14 (or 0xC87D14) is known color: Ochre. HEX triplet: C8, 7D and 14. RGB value is (200,125,20). Sum of RGB (Red+Green+Blue) = 200+125+20=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D14 is #3782EB. Grayscale: #878787. Windows color (decimal): -3637996 or 1342920. OLE color: 1342920.

HSL color Cylindrical-coordinate representation of color #C87D14: hue angle of 35º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C87D14 is Cyan = 0, Magento = 0.38, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 20 -
CMYK 0 0.38 0.9 0.22
HSL 35º 0.82% 0.43% -
HSV(B) 35º 0.9% 0.78% -
XYZ 31.28 27 4.22 -
YUV 135.46 62.85 174.04 -
System Red Green Blue C M Y K H S L
Decimal 200 125 20 0 0.38 0.9 0.22 35 0.82 0.43
Hex C8 7D 14 0 26 5A 16 23 52 2B
Octal 310 175 24 0 46 132 26 43 122 53
Binary 11001000 1111101 10100 0 100110 1011010 10110 100011 1010010 101011

Color Harmonies of #C87D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D14

Black with #C87D14

Text Example


Text Example

White with #C87D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D14; }

 p { color: rgb(200,125,20); }

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

background-color css

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

 a { background-color: rgb(200,125,20); }

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

border-color css

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

 span { border-color: rgb(200,125,20); }

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