Html Css Color HEX #C17245 Zest

📋 copy color: '#C17245'

red 193 ◦ green 114 ◦ blue 69

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

Shades of Zest #C17245

Tints of Zest #C17245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 51.33%
G = 30.32%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C17245 (or 0xC17245) is known color: Zest. HEX triplet: C1, 72 and 45. RGB value is (193,114,69). Sum of RGB (Red+Green+Blue) = 193+114+69=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C17245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17245 is #3E8DBA. Grayscale: #848484. Windows color (decimal): -4099515 or 4551361. OLE color: 4551361.

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

Color convert

RGB 193 114 69 -
CMYK 0 0.41 0.64 0.24
HSL 21.77º 0.5% 0.51% -
HSV(B) 21.77º 0.64% 0.76% -
XYZ 29.08 23.8 8.69 -
YUV 132.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 193 114 69 0 0.41 0.64 0.24 21.77 0.5 0.51
Hex C1 72 45 0 29 40 18 16 32 33
Octal 301 162 105 0 51 100 30 26 62 63
Binary 11000001 1110010 1000101 0 101001 1000000 11000 10110 110010 110011

Color Harmonies of #C17245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17245

Black with #C17245

Text Example


Text Example

White with #C17245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17245; }

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

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

background-color css

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

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

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

border-color css

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

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

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