Html Css Color HEX #C17141 Zest

📋 copy color: '#C17141'

red 193 ◦ green 113 ◦ blue 65

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

Shades of Zest #C17141

Tints of Zest #C17141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 52.02%
G = 30.46%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C17141 (or 0xC17141) is known color: Zest. HEX triplet: C1, 71 and 41. RGB value is (193,113,65). Sum of RGB (Red+Green+Blue) = 193+113+65=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C17141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17141 is #3E8EBE. Grayscale: #838383. Windows color (decimal): -4099775 or 4288961. OLE color: 4288961.

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

Color convert

RGB 193 113 65 -
CMYK 0 0.41 0.66 0.24
HSL 22.5º 0.51% 0.51% -
HSV(B) 22.5º 0.66% 0.76% -
XYZ 28.85 23.53 8.02 -
YUV 131.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 193 113 65 0 0.41 0.66 0.24 22.5 0.51 0.51
Hex C1 71 41 0 29 42 18 16 33 33
Octal 301 161 101 0 51 102 30 26 63 63
Binary 11000001 1110001 1000001 0 101001 1000010 11000 10110 110011 110011

Color Harmonies of #C17141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17141

Black with #C17141

Text Example


Text Example

White with #C17141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17141; }

 p { color: rgb(193,113,65); }

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

background-color css

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

 a { background-color: rgb(193,113,65); }

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

border-color css

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

 span { border-color: rgb(193,113,65); }

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