Html Css Color HEX #C17442 Zest

📋 copy color: '#C17442'

red 193 ◦ green 116 ◦ blue 66

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

Shades of Zest #C17442

Tints of Zest #C17442

RGB

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

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

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

R = 51.47%
G = 30.93%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C17442 (or 0xC17442) is known color: Zest. HEX triplet: C1, 74 and 42. RGB value is (193,116,66). Sum of RGB (Red+Green+Blue) = 193+116+66=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C17442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17442 is #3E8BBD. Grayscale: #858585. Windows color (decimal): -4099006 or 4355265. OLE color: 4355265.

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

Color convert

RGB 193 116 66 -
CMYK 0 0.40 0.66 0.24
HSL 23.62º 0.51% 0.51% -
HSV(B) 23.62º 0.66% 0.76% -
XYZ 29.22 24.22 8.29 -
YUV 133.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 193 116 66 0 0.40 0.66 0.24 23.62 0.51 0.51
Hex C1 74 42 0 28 42 18 18 33 33
Octal 301 164 102 0 50 102 30 30 63 63
Binary 11000001 1110100 1000010 0 101000 1000010 11000 11000 110011 110011

Color Harmonies of #C17442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17442

Black with #C17442

Text Example


Text Example

White with #C17442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17442; }

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

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

background-color css

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

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

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

border-color css

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

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

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