Html Css Color HEX #C17240 Zest

📋 copy color: '#C17240'

red 193 ◦ green 114 ◦ blue 64

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

Shades of Zest #C17240

Tints of Zest #C17240

RGB

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

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

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

R = 52.02%
G = 30.73%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C17240 (or 0xC17240) is known color: Zest. HEX triplet: C1, 72 and 40. RGB value is (193,114,64). Sum of RGB (Red+Green+Blue) = 193+114+64=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C17240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17240 is #3E8DBF. Grayscale: #848484. Windows color (decimal): -4099520 or 4223681. OLE color: 4223681.

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

Color convert

RGB 193 114 64 -
CMYK 0 0.41 0.67 0.24
HSL 23.26º 0.51% 0.5% -
HSV(B) 23.26º 0.67% 0.76% -
XYZ 28.94 23.74 7.91 -
YUV 131.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 193 114 64 0 0.41 0.67 0.24 23.26 0.51 0.5
Hex C1 72 40 0 29 43 18 17 33 32
Octal 301 162 100 0 51 103 30 27 63 62
Binary 11000001 1110010 1000000 0 101001 1000011 11000 10111 110011 110010

Color Harmonies of #C17240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17240

Black with #C17240

Text Example


Text Example

White with #C17240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17240; }

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

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

background-color css

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

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

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

border-color css

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

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

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