Html Css Color HEX #C87414 Ochre

📋 copy color: '#C87414'

red 200 ◦ green 116 ◦ blue 20

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

Shades of Ochre #C87414

Tints of Ochre #C87414

RGB

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

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

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

R = 59.52%
G = 34.52%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C87414 (or 0xC87414) is known color: Ochre. HEX triplet: C8, 74 and 14. RGB value is (200,116,20). Sum of RGB (Red+Green+Blue) = 200+116+20=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C87414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87414 is #378BEB. Grayscale: #828282. Windows color (decimal): -3640300 or 1340616. OLE color: 1340616.

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

Color convert

RGB 200 116 20 -
CMYK 0 0.42 0.9 0.22
HSL 32º 0.82% 0.43% -
HSV(B) 32º 0.9% 0.78% -
XYZ 30.19 24.82 3.86 -
YUV 130.17 65.83 177.81 -
System Red Green Blue C M Y K H S L
Decimal 200 116 20 0 0.42 0.9 0.22 32 0.82 0.43
Hex C8 74 14 0 2A 5A 16 20 52 2B
Octal 310 164 24 0 52 132 26 40 122 53
Binary 11001000 1110100 10100 0 101010 1011010 10110 100000 1010010 101011

Color Harmonies of #C87414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87414

Black with #C87414

Text Example


Text Example

White with #C87414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87414; }

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

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

background-color css

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

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

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

border-color css

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

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

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