Html Css Color HEX #C56E14 Ochre

📋 copy color: '#C56E14'

red 197 ◦ green 110 ◦ blue 20

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

Shades of Ochre #C56E14

Tints of Ochre #C56E14

RGB

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

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

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

R = 60.24%
G = 33.64%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C56E14 (or 0xC56E14) is known color: Ochre. HEX triplet: C5, 6E and 14. RGB value is (197,110,20). Sum of RGB (Red+Green+Blue) = 197+110+20=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56E14 is #3A91EB. Grayscale: #7E7E7E. Windows color (decimal): -3838444 or 1339077. OLE color: 1339077.

HSL color Cylindrical-coordinate representation of color #C56E14: hue angle of 30.51º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C56E14 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 110 20 -
CMYK 0 0.44 0.90 0.23
HSL 30.51º 0.82% 0.43% -
HSV(B) 30.51º 0.9% 0.77% -
XYZ 28.73 23.07 3.6 -
YUV 125.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 197 110 20 0 0.44 0.90 0.23 30.51 0.82 0.43
Hex C5 6E 14 0 2C 5A 17 1F 52 2B
Octal 305 156 24 0 54 132 27 37 122 53
Binary 11000101 1101110 10100 0 101100 1011010 10111 11111 1010010 101011

Color Harmonies of #C56E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E14

Black with #C56E14

Text Example


Text Example

White with #C56E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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