Html Css Color HEX #C87014 Ochre

📋 copy color: '#C87014'

red 200 ◦ green 112 ◦ blue 20

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

Shades of Ochre #C87014

Tints of Ochre #C87014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 60.24%
G = 33.73%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C87014 (or 0xC87014) is known color: Ochre. HEX triplet: C8, 70 and 14. RGB value is (200,112,20). Sum of RGB (Red+Green+Blue) = 200+112+20=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C87014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87014 is #378FEB. Grayscale: #808080. Windows color (decimal): -3641324 or 1339592. OLE color: 1339592.

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

Color convert

RGB 200 112 20 -
CMYK 0 0.44 0.9 0.22
HSL 30.67º 0.82% 0.43% -
HSV(B) 30.67º 0.9% 0.78% -
XYZ 29.74 23.92 3.71 -
YUV 127.82 67.15 179.48 -
System Red Green Blue C M Y K H S L
Decimal 200 112 20 0 0.44 0.9 0.22 30.67 0.82 0.43
Hex C8 70 14 0 2C 5A 16 1F 52 2B
Octal 310 160 24 0 54 132 26 37 122 53
Binary 11001000 1110000 10100 0 101100 1011010 10110 11111 1010010 101011

Color Harmonies of #C87014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87014

Black with #C87014

Text Example


Text Example

White with #C87014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87014; }

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

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

background-color css

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

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

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

border-color css

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

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

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