Html Css Color HEX #C17244 Zest

📋 copy color: '#C17244'

red 193 ◦ green 114 ◦ blue 68

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

Shades of Zest #C17244

Tints of Zest #C17244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 51.47%
G = 30.4%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C17244 (or 0xC17244) is known color: Zest. HEX triplet: C1, 72 and 44. RGB value is (193,114,68). Sum of RGB (Red+Green+Blue) = 193+114+68=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C17244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17244 is #3E8DBB. Grayscale: #848484. Windows color (decimal): -4099516 or 4485825. OLE color: 4485825.

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

Color convert

RGB 193 114 68 -
CMYK 0 0.41 0.65 0.24
HSL 22.08º 0.5% 0.51% -
HSV(B) 22.08º 0.65% 0.76% -
XYZ 29.05 23.79 8.53 -
YUV 132.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 193 114 68 0 0.41 0.65 0.24 22.08 0.5 0.51
Hex C1 72 44 0 29 41 18 16 32 33
Octal 301 162 104 0 51 101 30 26 62 63
Binary 11000001 1110010 1000100 0 101001 1000001 11000 10110 110010 110011

Color Harmonies of #C17244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17244

Black with #C17244

Text Example


Text Example

White with #C17244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17244; }

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

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

background-color css

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

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

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

border-color css

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

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

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