Html Css Color HEX #C16D3D Zest

📋 copy color: '#C16D3D'

red 193 ◦ green 109 ◦ blue 61

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

Shades of Zest #C16D3D

Tints of Zest #C16D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 53.17%
G = 30.03%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C16D3D (or 0xC16D3D) is known color: Zest. HEX triplet: C1, 6D and 3D. RGB value is (193,109,61). Sum of RGB (Red+Green+Blue) = 193+109+61=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16D3D is #3E92C2. Grayscale: #808080. Windows color (decimal): -4100803 or 4025793. OLE color: 4025793.

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

Color convert

RGB 193 109 61 -
CMYK 0 0.44 0.68 0.24
HSL 21.82º 0.52% 0.5% -
HSV(B) 21.82º 0.68% 0.76% -
XYZ 28.3 22.61 7.29 -
YUV 128.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 193 109 61 0 0.44 0.68 0.24 21.82 0.52 0.5
Hex C1 6D 3D 0 2C 44 18 16 34 32
Octal 301 155 75 0 54 104 30 26 64 62
Binary 11000001 1101101 111101 0 101100 1000100 11000 10110 110100 110010

Color Harmonies of #C16D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D3D

Black with #C16D3D

Text Example


Text Example

White with #C16D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D3D; }

 p { color: rgb(193,109,61); }

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

background-color css

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

 a { background-color: rgb(193,109,61); }

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

border-color css

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

 span { border-color: rgb(193,109,61); }

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