Html Css Color HEX #C87914 Ochre

📋 copy color: '#C87914'

red 200 ◦ green 121 ◦ blue 20

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

Shades of Ochre #C87914

Tints of Ochre #C87914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.48%

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

R = 58.65%
G = 35.48%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C87914 (or 0xC87914) is known color: Ochre. HEX triplet: C8, 79 and 14. RGB value is (200,121,20). Sum of RGB (Red+Green+Blue) = 200+121+20=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C87914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87914 is #3786EB. Grayscale: #858585. Windows color (decimal): -3639020 or 1341896. OLE color: 1341896.

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

Color convert

RGB 200 121 20 -
CMYK 0 0.39 0.9 0.22
HSL 33.67º 0.82% 0.43% -
HSV(B) 33.67º 0.9% 0.78% -
XYZ 30.78 26 4.06 -
YUV 133.11 64.17 175.71 -
System Red Green Blue C M Y K H S L
Decimal 200 121 20 0 0.39 0.9 0.22 33.67 0.82 0.43
Hex C8 79 14 0 27 5A 16 22 52 2B
Octal 310 171 24 0 47 132 26 42 122 53
Binary 11001000 1111001 10100 0 100111 1011010 10110 100010 1010010 101011

Color Harmonies of #C87914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87914

Black with #C87914

Text Example


Text Example

White with #C87914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87914; }

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

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

background-color css

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

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

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

border-color css

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

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

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