Html Css Color HEX #C16D41 Zest

📋 copy color: '#C16D41'

red 193 ◦ green 109 ◦ blue 65

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

Shades of Zest #C16D41

Tints of Zest #C16D41

RGB

 RED value IS 193 (75.78% from 255) = 52.59%

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 52.59%
G = 29.7%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C16D41 (or 0xC16D41) is known color: Zest. HEX triplet: C1, 6D and 41. RGB value is (193,109,65). Sum of RGB (Red+Green+Blue) = 193+109+65=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16D41 is #3E92BE. Grayscale: #818181. Windows color (decimal): -4100799 or 4287937. OLE color: 4287937.

HSL color Cylindrical-coordinate representation of color #C16D41: hue angle of 20.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C16D41 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 109 65 -
CMYK 0 0.44 0.66 0.24
HSL 20.63º 0.51% 0.51% -
HSV(B) 20.63º 0.66% 0.76% -
XYZ 28.42 22.66 7.88 -
YUV 129.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 193 109 65 0 0.44 0.66 0.24 20.63 0.51 0.51
Hex C1 6D 41 0 2C 42 18 15 33 33
Octal 301 155 101 0 54 102 30 25 63 63
Binary 11000001 1101101 1000001 0 101100 1000010 11000 10101 110011 110011

Color Harmonies of #C16D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D41

Black with #C16D41

Text Example


Text Example

White with #C16D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D41; }

 p { color: rgb(193,109,65); }

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

background-color css

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

 a { background-color: rgb(193,109,65); }

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

border-color css

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

 span { border-color: rgb(193,109,65); }

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