Html Css Color HEX #C57010 Ochre

📋 copy color: '#C57010'

red 197 ◦ green 112 ◦ blue 16

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

Shades of Ochre #C57010

Tints of Ochre #C57010

RGB

 RED value IS 197 (77.34% from 255) = 60.62%

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 60.62%
G = 34.46%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C57010 (or 0xC57010) is known color: Ochre. HEX triplet: C5, 70 and 10. RGB value is (197,112,16). Sum of RGB (Red+Green+Blue) = 197+112+16=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C57010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57010 is #3A8FEF. Grayscale: #7E7E7E. Windows color (decimal): -3837936 or 1077445. OLE color: 1077445.

HSL color Cylindrical-coordinate representation of color #C57010: hue angle of 31.82º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C57010 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 16 -
CMYK 0 0.43 0.92 0.23
HSL 31.82º 0.85% 0.42% -
HSV(B) 31.82º 0.92% 0.77% -
XYZ 28.91 23.5 3.5 -
YUV 126.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 197 112 16 0 0.43 0.92 0.23 31.82 0.85 0.42
Hex C5 70 10 0 2B 5C 17 20 55 2A
Octal 305 160 20 0 53 134 27 40 125 52
Binary 11000101 1110000 10000 0 101011 1011100 10111 100000 1010101 101010

Color Harmonies of #C57010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57010

Black with #C57010

Text Example


Text Example

White with #C57010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57010; }

 p { color: rgb(197,112,16); }

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

background-color css

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

 a { background-color: rgb(197,112,16); }

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

border-color css

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

 span { border-color: rgb(197,112,16); }

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