Html Css Color HEX #C17344 Zest

📋 copy color: '#C17344'

red 193 ◦ green 115 ◦ blue 68

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

Shades of Zest #C17344

Tints of Zest #C17344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

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

R = 51.33%
G = 30.59%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C17344 (or 0xC17344) is known color: Zest. HEX triplet: C1, 73 and 44. RGB value is (193,115,68). Sum of RGB (Red+Green+Blue) = 193+115+68=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C17344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17344 is #3E8CBB. Grayscale: #858585. Windows color (decimal): -4099260 or 4486081. OLE color: 4486081.

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

Color convert

RGB 193 115 68 -
CMYK 0 0.40 0.65 0.24
HSL 22.56º 0.5% 0.51% -
HSV(B) 22.56º 0.65% 0.76% -
XYZ 29.17 24.02 8.57 -
YUV 132.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 193 115 68 0 0.40 0.65 0.24 22.56 0.5 0.51
Hex C1 73 44 0 28 41 18 17 32 33
Octal 301 163 104 0 50 101 30 27 62 63
Binary 11000001 1110011 1000100 0 101000 1000001 11000 10111 110010 110011

Color Harmonies of #C17344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17344

Black with #C17344

Text Example


Text Example

White with #C17344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17344; }

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

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

background-color css

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

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

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

border-color css

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

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

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