Html Css Color HEX #C17246 Zest

📋 copy color: '#C17246'

red 193 ◦ green 114 ◦ blue 70

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

Shades of Zest #C17246

Tints of Zest #C17246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 51.19%
G = 30.24%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C17246 (or 0xC17246) is known color: Zest. HEX triplet: C1, 72 and 46. RGB value is (193,114,70). Sum of RGB (Red+Green+Blue) = 193+114+70=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C17246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17246 is #3E8DB9. Grayscale: #848484. Windows color (decimal): -4099514 or 4616897. OLE color: 4616897.

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

Color convert

RGB 193 114 70 -
CMYK 0 0.41 0.64 0.24
HSL 21.46º 0.5% 0.52% -
HSV(B) 21.46º 0.64% 0.76% -
XYZ 29.12 23.81 8.86 -
YUV 132.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 193 114 70 0 0.41 0.64 0.24 21.46 0.5 0.52
Hex C1 72 46 0 29 40 18 15 32 34
Octal 301 162 106 0 51 100 30 25 62 64
Binary 11000001 1110010 1000110 0 101001 1000000 11000 10101 110010 110100

Color Harmonies of #C17246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17246

Black with #C17246

Text Example


Text Example

White with #C17246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17246; }

 p { color: rgb(193,114,70); }

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

background-color css

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

 a { background-color: rgb(193,114,70); }

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

border-color css

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

 span { border-color: rgb(193,114,70); }

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