Html Css Color HEX #C87314 Ochre

📋 copy color: '#C87314'

red 200 ◦ green 115 ◦ blue 20

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

Shades of Ochre #C87314

Tints of Ochre #C87314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

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

R = 59.7%
G = 34.33%
B = 5.97%

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

#C87314 (or 0xC87314) is known color: Ochre. HEX triplet: C8, 73 and 14. RGB value is (200,115,20). Sum of RGB (Red+Green+Blue) = 200+115+20=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C87314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87314 is #378CEB. Grayscale: #828282. Windows color (decimal): -3640556 or 1340360. OLE color: 1340360.

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

Color convert

RGB 200 115 20 -
CMYK 0 0.42 0.9 0.22
HSL 31.67º 0.82% 0.43% -
HSV(B) 31.67º 0.9% 0.78% -
XYZ 30.08 24.59 3.82 -
YUV 129.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 200 115 20 0 0.42 0.9 0.22 31.67 0.82 0.43
Hex C8 73 14 0 2A 5A 16 20 52 2B
Octal 310 163 24 0 52 132 26 40 122 53
Binary 11001000 1110011 10100 0 101010 1011010 10110 100000 1010010 101011

Color Harmonies of #C87314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87314

Black with #C87314

Text Example


Text Example

White with #C87314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87314; }

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

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

background-color css

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

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

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

border-color css

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

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

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