Html Css Color HEX #C17542 Zest

📋 copy color: '#C17542'

red 193 ◦ green 117 ◦ blue 66

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

Shades of Zest #C17542

Tints of Zest #C17542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 51.33%
G = 31.12%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C17542 (or 0xC17542) is known color: Zest. HEX triplet: C1, 75 and 42. RGB value is (193,117,66). Sum of RGB (Red+Green+Blue) = 193+117+66=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C17542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17542 is #3E8ABD. Grayscale: #868686. Windows color (decimal): -4098750 or 4355521. OLE color: 4355521.

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

Color convert

RGB 193 117 66 -
CMYK 0 0.39 0.66 0.24
HSL 24.09º 0.51% 0.51% -
HSV(B) 24.09º 0.66% 0.76% -
XYZ 29.34 24.45 8.33 -
YUV 133.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 193 117 66 0 0.39 0.66 0.24 24.09 0.51 0.51
Hex C1 75 42 0 27 42 18 18 33 33
Octal 301 165 102 0 47 102 30 30 63 63
Binary 11000001 1110101 1000010 0 100111 1000010 11000 11000 110011 110011

Color Harmonies of #C17542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17542

Black with #C17542

Text Example


Text Example

White with #C17542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17542; }

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

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

background-color css

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

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

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

border-color css

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

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

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