Html Css Color HEX #C16F3F Zest

📋 copy color: '#C16F3F'

red 193 ◦ green 111 ◦ blue 63

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

Shades of Zest #C16F3F

Tints of Zest #C16F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.17%

R = 52.59%
G = 30.25%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C16F3F (or 0xC16F3F) is known color: Zest. HEX triplet: C1, 6F and 3F. RGB value is (193,111,63). Sum of RGB (Red+Green+Blue) = 193+111+63=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F3F is #3E90C0. Grayscale: #828282. Windows color (decimal): -4100289 or 4157377. OLE color: 4157377.

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

Color convert

RGB 193 111 63 -
CMYK 0 0.42 0.67 0.24
HSL 22.15º 0.51% 0.5% -
HSV(B) 22.15º 0.67% 0.76% -
XYZ 28.57 23.07 7.65 -
YUV 130.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 193 111 63 0 0.42 0.67 0.24 22.15 0.51 0.5
Hex C1 6F 3F 0 2A 43 18 16 33 32
Octal 301 157 77 0 52 103 30 26 63 62
Binary 11000001 1101111 111111 0 101010 1000011 11000 10110 110011 110010

Color Harmonies of #C16F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F3F

Black with #C16F3F

Text Example


Text Example

White with #C16F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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