Html Css Color HEX #C17440 Zest

📋 copy color: '#C17440'

red 193 ◦ green 116 ◦ blue 64

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

Shades of Zest #C17440

Tints of Zest #C17440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 51.74%
G = 31.1%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C17440 (or 0xC17440) is known color: Zest. HEX triplet: C1, 74 and 40. RGB value is (193,116,64). Sum of RGB (Red+Green+Blue) = 193+116+64=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C17440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17440 is #3E8BBF. Grayscale: #858585. Windows color (decimal): -4099008 or 4224193. OLE color: 4224193.

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

Color convert

RGB 193 116 64 -
CMYK 0 0.40 0.67 0.24
HSL 24.19º 0.51% 0.5% -
HSV(B) 24.19º 0.67% 0.76% -
XYZ 29.16 24.2 7.98 -
YUV 133.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 193 116 64 0 0.40 0.67 0.24 24.19 0.51 0.5
Hex C1 74 40 0 28 43 18 18 33 32
Octal 301 164 100 0 50 103 30 30 63 62
Binary 11000001 1110100 1000000 0 101000 1000011 11000 11000 110011 110010

Color Harmonies of #C17440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17440

Black with #C17440

Text Example


Text Example

White with #C17440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17440; }

 p { color: rgb(193,116,64); }

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

background-color css

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

 a { background-color: rgb(193,116,64); }

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

border-color css

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

 span { border-color: rgb(193,116,64); }

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