Html Css Color HEX #C16941 Zest

📋 copy color: '#C16941'

red 193 ◦ green 105 ◦ blue 65

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

Shades of Zest #C16941

Tints of Zest #C16941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

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

R = 53.17%
G = 28.93%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C16941 (or 0xC16941) is known color: Zest. HEX triplet: C1, 69 and 41. RGB value is (193,105,65). Sum of RGB (Red+Green+Blue) = 193+105+65=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C16941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16941 is #3E96BE. Grayscale: #7F7F7F. Windows color (decimal): -4101823 or 4286913. OLE color: 4286913.

HSL color Cylindrical-coordinate representation of color #C16941: hue angle of 18.75º 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 #C16941 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 105 65 -
CMYK 0 0.46 0.66 0.24
HSL 18.75º 0.51% 0.51% -
HSV(B) 18.75º 0.66% 0.76% -
XYZ 28 21.82 7.74 -
YUV 126.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 193 105 65 0 0.46 0.66 0.24 18.75 0.51 0.51
Hex C1 69 41 0 2E 42 18 13 33 33
Octal 301 151 101 0 56 102 30 23 63 63
Binary 11000001 1101001 1000001 0 101110 1000010 11000 10011 110011 110011

Color Harmonies of #C16941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16941

Black with #C16941

Text Example


Text Example

White with #C16941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16941; }

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

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

background-color css

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

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

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

border-color css

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

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

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