Html Css Color HEX #C87614 Ochre

📋 copy color: '#C87614'

red 200 ◦ green 118 ◦ blue 20

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

Shades of Ochre #C87614

Tints of Ochre #C87614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.91%

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

R = 59.17%
G = 34.91%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C87614 (or 0xC87614) is known color: Ochre. HEX triplet: C8, 76 and 14. RGB value is (200,118,20). Sum of RGB (Red+Green+Blue) = 200+118+20=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C87614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87614 is #3789EB. Grayscale: #838383. Windows color (decimal): -3639788 or 1341128. OLE color: 1341128.

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

Color convert

RGB 200 118 20 -
CMYK 0 0.41 0.9 0.22
HSL 32.67º 0.82% 0.43% -
HSV(B) 32.67º 0.9% 0.78% -
XYZ 30.42 25.29 3.94 -
YUV 131.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 200 118 20 0 0.41 0.9 0.22 32.67 0.82 0.43
Hex C8 76 14 0 29 5A 16 21 52 2B
Octal 310 166 24 0 51 132 26 41 122 53
Binary 11001000 1110110 10100 0 101001 1011010 10110 100001 1010010 101011

Color Harmonies of #C87614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87614

Black with #C87614

Text Example


Text Example

White with #C87614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87614; }

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

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

background-color css

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

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

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

border-color css

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

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

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