Html Css Color HEX #C5703A Zest

📋 copy color: '#C5703A'

red 197 ◦ green 112 ◦ blue 58

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

Shades of Zest #C5703A

Tints of Zest #C5703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 53.68%
G = 30.52%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5703A (or 0xC5703A) is known color: Zest. HEX triplet: C5, 70 and 3A. RGB value is (197,112,58). Sum of RGB (Red+Green+Blue) = 197+112+58=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C5703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5703A is #3A8FC5. Grayscale: #838383. Windows color (decimal): -3837894 or 3829957. OLE color: 3829957.

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

Color convert

RGB 197 112 58 -
CMYK 0 0.43 0.71 0.23
HSL 23.31º 0.55% 0.5% -
HSV(B) 23.31º 0.71% 0.77% -
XYZ 29.58 23.76 7.03 -
YUV 131.26 86.66 174.89 -
System Red Green Blue C M Y K H S L
Decimal 197 112 58 0 0.43 0.71 0.23 23.31 0.55 0.5
Hex C5 70 3A 0 2B 47 17 17 37 32
Octal 305 160 72 0 53 107 27 27 67 62
Binary 11000101 1110000 111010 0 101011 1000111 10111 10111 110111 110010

Color Harmonies of #C5703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5703A

Black with #C5703A

Text Example


Text Example

White with #C5703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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