Html Css Color HEX #C16C3F Zest

📋 copy color: '#C16C3F'

red 193 ◦ green 108 ◦ blue 63

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

Shades of Zest #C16C3F

Tints of Zest #C16C3F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

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

R = 53.02%
G = 29.67%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C16C3F (or 0xC16C3F) is known color: Zest. HEX triplet: C1, 6C and 3F. RGB value is (193,108,63). Sum of RGB (Red+Green+Blue) = 193+108+63=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C3F is #3E93C0. Grayscale: #808080. Windows color (decimal): -4101057 or 4156609. OLE color: 4156609.

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

Color convert

RGB 193 108 63 -
CMYK 0 0.44 0.67 0.24
HSL 20.77º 0.51% 0.5% -
HSV(B) 20.77º 0.67% 0.76% -
XYZ 28.25 22.42 7.54 -
YUV 128.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 193 108 63 0 0.44 0.67 0.24 20.77 0.51 0.5
Hex C1 6C 3F 0 2C 43 18 15 33 32
Octal 301 154 77 0 54 103 30 25 63 62
Binary 11000001 1101100 111111 0 101100 1000011 11000 10101 110011 110010

Color Harmonies of #C16C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16C3F

Black with #C16C3F

Text Example


Text Example

White with #C16C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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