Html Css Color HEX #C16F3B Zest

📋 copy color: '#C16F3B'

red 193 ◦ green 111 ◦ blue 59

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

Shades of Zest #C16F3B

Tints of Zest #C16F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.25%

R = 53.17%
G = 30.58%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C16F3B (or 0xC16F3B) is known color: Zest. HEX triplet: C1, 6F and 3B. RGB value is (193,111,59). Sum of RGB (Red+Green+Blue) = 193+111+59=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F3B is #3E90C4. Grayscale: #818181. Windows color (decimal): -4100293 or 3895233. OLE color: 3895233.

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

Color convert

RGB 193 111 59 -
CMYK 0 0.42 0.69 0.24
HSL 23.28º 0.53% 0.49% -
HSV(B) 23.28º 0.69% 0.76% -
XYZ 28.47 23.02 7.08 -
YUV 129.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 193 111 59 0 0.42 0.69 0.24 23.28 0.53 0.49
Hex C1 6F 3B 0 2A 45 18 17 35 31
Octal 301 157 73 0 52 105 30 27 65 61
Binary 11000001 1101111 111011 0 101010 1000101 11000 10111 110101 110001

Color Harmonies of #C16F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F3B

Black with #C16F3B

Text Example


Text Example

White with #C16F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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