Html Css Color HEX #C17042 Zest

📋 copy color: '#C17042'

red 193 ◦ green 112 ◦ blue 66

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

Shades of Zest #C17042

Tints of Zest #C17042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 52.02%
G = 30.19%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C17042 (or 0xC17042) is known color: Zest. HEX triplet: C1, 70 and 42. RGB value is (193,112,66). Sum of RGB (Red+Green+Blue) = 193+112+66=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C17042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17042 is #3E8FBD. Grayscale: #838383. Windows color (decimal): -4100030 or 4354241. OLE color: 4354241.

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

Color convert

RGB 193 112 66 -
CMYK 0 0.42 0.66 0.24
HSL 21.73º 0.51% 0.51% -
HSV(B) 21.73º 0.66% 0.76% -
XYZ 28.77 23.32 8.14 -
YUV 130.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 193 112 66 0 0.42 0.66 0.24 21.73 0.51 0.51
Hex C1 70 42 0 2A 42 18 16 33 33
Octal 301 160 102 0 52 102 30 26 63 63
Binary 11000001 1110000 1000010 0 101010 1000010 11000 10110 110011 110011

Color Harmonies of #C17042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17042

Black with #C17042

Text Example


Text Example

White with #C17042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17042; }

 p { color: rgb(193,112,66); }

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

background-color css

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

 a { background-color: rgb(193,112,66); }

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

border-color css

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

 span { border-color: rgb(193,112,66); }

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