Html Css Color HEX #C17445 Zest

📋 copy color: '#C17445'

red 193 ◦ green 116 ◦ blue 69

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

Shades of Zest #C17445

Tints of Zest #C17445

RGB

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

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

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

R = 51.06%
G = 30.69%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C17445 (or 0xC17445) is known color: Zest. HEX triplet: C1, 74 and 45. RGB value is (193,116,69). Sum of RGB (Red+Green+Blue) = 193+116+69=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C17445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17445 is #3E8BBA. Grayscale: #858585. Windows color (decimal): -4099003 or 4551873. OLE color: 4551873.

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

Color convert

RGB 193 116 69 -
CMYK 0 0.40 0.64 0.24
HSL 22.74º 0.5% 0.51% -
HSV(B) 22.74º 0.64% 0.76% -
XYZ 29.31 24.26 8.77 -
YUV 133.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 193 116 69 0 0.40 0.64 0.24 22.74 0.5 0.51
Hex C1 74 45 0 28 40 18 17 32 33
Octal 301 164 105 0 50 100 30 27 62 63
Binary 11000001 1110100 1000101 0 101000 1000000 11000 10111 110010 110011

Color Harmonies of #C17445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17445

Black with #C17445

Text Example


Text Example

White with #C17445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17445; }

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

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

background-color css

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

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

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

border-color css

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

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

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