Html Css Color HEX #C16F39 Zest

📋 copy color: '#C16F39'

red 193 ◦ green 111 ◦ blue 57

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

Shades of Zest #C16F39

Tints of Zest #C16F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.79%

R = 53.46%
G = 30.75%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C16F39 (or 0xC16F39) is known color: Zest. HEX triplet: C1, 6F and 39. RGB value is (193,111,57). Sum of RGB (Red+Green+Blue) = 193+111+57=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F39 is #3E90C6. Grayscale: #818181. Windows color (decimal): -4100295 or 3764161. OLE color: 3764161.

HSL color Cylindrical-coordinate representation of color #C16F39: hue angle of 23.82º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C16F39 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 111 57 -
CMYK 0 0.42 0.70 0.24
HSL 23.82º 0.54% 0.49% -
HSV(B) 23.82º 0.7% 0.76% -
XYZ 28.42 23 6.81 -
YUV 129.36 87.17 173.39 -
System Red Green Blue C M Y K H S L
Decimal 193 111 57 0 0.42 0.70 0.24 23.82 0.54 0.49
Hex C1 6F 39 0 2A 46 18 18 36 31
Octal 301 157 71 0 52 106 30 30 66 61
Binary 11000001 1101111 111001 0 101010 1000110 11000 11000 110110 110001

Color Harmonies of #C16F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F39

Black with #C16F39

Text Example


Text Example

White with #C16F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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