Html Css Color HEX #C87A14 Ochre

📋 copy color: '#C87A14'

red 200 ◦ green 122 ◦ blue 20

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

Shades of Ochre #C87A14

Tints of Ochre #C87A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.67%

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

R = 58.48%
G = 35.67%
B = 5.85%

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

#C87A14 (or 0xC87A14) is known color: Ochre. HEX triplet: C8, 7A and 14. RGB value is (200,122,20). Sum of RGB (Red+Green+Blue) = 200+122+20=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A14 is #3785EB. Grayscale: #868686. Windows color (decimal): -3638764 or 1342152. OLE color: 1342152.

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

Color convert

RGB 200 122 20 -
CMYK 0 0.39 0.9 0.22
HSL 34º 0.82% 0.43% -
HSV(B) 34º 0.9% 0.78% -
XYZ 30.91 26.25 4.1 -
YUV 133.69 63.84 175.29 -
System Red Green Blue C M Y K H S L
Decimal 200 122 20 0 0.39 0.9 0.22 34 0.82 0.43
Hex C8 7A 14 0 27 5A 16 22 52 2B
Octal 310 172 24 0 47 132 26 42 122 53
Binary 11001000 1111010 10100 0 100111 1011010 10110 100010 1010010 101011

Color Harmonies of #C87A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87A14

Black with #C87A14

Text Example


Text Example

White with #C87A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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