Html Css Color HEX #C56E10 Ochre

📋 copy color: '#C56E10'

red 197 ◦ green 110 ◦ blue 16

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

Shades of Ochre #C56E10

Tints of Ochre #C56E10

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

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

R = 60.99%
G = 34.06%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C56E10 (or 0xC56E10) is known color: Ochre. HEX triplet: C5, 6E and 10. RGB value is (197,110,16). Sum of RGB (Red+Green+Blue) = 197+110+16=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56E10 is #3A91EF. Grayscale: #7D7D7D. Windows color (decimal): -3838448 or 1076933. OLE color: 1076933.

HSL color Cylindrical-coordinate representation of color #C56E10: hue angle of 31.16º 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 #C56E10 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 110 16 -
CMYK 0 0.44 0.92 0.23
HSL 31.16º 0.85% 0.42% -
HSV(B) 31.16º 0.92% 0.77% -
XYZ 28.7 23.06 3.43 -
YUV 125.3 66.32 179.14 -
System Red Green Blue C M Y K H S L
Decimal 197 110 16 0 0.44 0.92 0.23 31.16 0.85 0.42
Hex C5 6E 10 0 2C 5C 17 1F 55 2A
Octal 305 156 20 0 54 134 27 37 125 52
Binary 11000101 1101110 10000 0 101100 1011100 10111 11111 1010101 101010

Color Harmonies of #C56E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E10

Black with #C56E10

Text Example


Text Example

White with #C56E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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