Html Css Color HEX #C56F31 Zest

📋 copy color: '#C56F31'

red 197 ◦ green 111 ◦ blue 49

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

Shades of Zest #C56F31

Tints of Zest #C56F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 55.18%
G = 31.09%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C56F31 (or 0xC56F31) is known color: Zest. HEX triplet: C5, 6F and 31. RGB value is (197,111,49). Sum of RGB (Red+Green+Blue) = 197+111+49=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F31 is #3A90CE. Grayscale: #818181. Windows color (decimal): -3838159 or 3239877. OLE color: 3239877.

HSL color Cylindrical-coordinate representation of color #C56F31: hue angle of 25.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C56F31 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 111 49 -
CMYK 0 0.44 0.75 0.23
HSL 25.14º 0.6% 0.48% -
HSV(B) 25.14º 0.75% 0.77% -
XYZ 29.26 23.46 5.89 -
YUV 129.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 197 111 49 0 0.44 0.75 0.23 25.14 0.6 0.48
Hex C5 6F 31 0 2C 4B 17 19 3C 30
Octal 305 157 61 0 54 113 27 31 74 60
Binary 11000101 1101111 110001 0 101100 1001011 10111 11001 111100 110000

Color Harmonies of #C56F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F31

Black with #C56F31

Text Example


Text Example

White with #C56F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F31; }

 p { color: rgb(197,111,49); }

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

background-color css

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

 a { background-color: rgb(197,111,49); }

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

border-color css

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

 span { border-color: rgb(197,111,49); }

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