Html Css Color HEX #C16F41 Zest

📋 copy color: '#C16F41'

red 193 ◦ green 111 ◦ blue 65

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

Shades of Zest #C16F41

Tints of Zest #C16F41

RGB

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

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

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

R = 52.3%
G = 30.08%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C16F41 (or 0xC16F41) is known color: Zest. HEX triplet: C1, 6F and 41. RGB value is (193,111,65). Sum of RGB (Red+Green+Blue) = 193+111+65=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F41 is #3E90BE. Grayscale: #828282. Windows color (decimal): -4100287 or 4288449. OLE color: 4288449.

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

Color convert

RGB 193 111 65 -
CMYK 0 0.42 0.66 0.24
HSL 21.56º 0.51% 0.51% -
HSV(B) 21.56º 0.66% 0.76% -
XYZ 28.63 23.09 7.95 -
YUV 130.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 193 111 65 0 0.42 0.66 0.24 21.56 0.51 0.51
Hex C1 6F 41 0 2A 42 18 16 33 33
Octal 301 157 101 0 52 102 30 26 63 63
Binary 11000001 1101111 1000001 0 101010 1000010 11000 10110 110011 110011

Color Harmonies of #C16F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F41

Black with #C16F41

Text Example


Text Example

White with #C16F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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