Html Css Color HEX #C4693A Zest

📋 copy color: '#C4693A'

red 196 ◦ green 105 ◦ blue 58

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

Shades of Zest #C4693A

Tints of Zest #C4693A

RGB

 RED value IS 196 (76.95% from 255) = 54.6%

 GREEN value IS 105 (41.41% from 255) = 29.25%

 BLUE value IS 58 (23.05% from 255) = 16.16%

R = 54.6%
G = 29.25%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4693A (or 0xC4693A) is known color: Zest. HEX triplet: C4, 69 and 3A. RGB value is (196,105,58). Sum of RGB (Red+Green+Blue) = 196+105+58=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4693A is #3B96C5. Grayscale: #7F7F7F. Windows color (decimal): -3905222 or 3828164. OLE color: 3828164.

HSL color Cylindrical-coordinate representation of color #C4693A: hue angle of 20.43º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4693A is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 58 -
CMYK 0 0.46 0.70 0.23
HSL 20.43º 0.54% 0.5% -
HSV(B) 20.43º 0.7% 0.77% -
XYZ 28.58 22.14 6.77 -
YUV 126.85 89.15 177.32 -
System Red Green Blue C M Y K H S L
Decimal 196 105 58 0 0.46 0.70 0.23 20.43 0.54 0.5
Hex C4 69 3A 0 2E 46 17 14 36 32
Octal 304 151 72 0 56 106 27 24 66 62
Binary 11000100 1101001 111010 0 101110 1000110 10111 10100 110110 110010

Color Harmonies of #C4693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4693A

Black with #C4693A

Text Example


Text Example

White with #C4693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4693A; }

 p { color: rgb(196,105,58); }

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

background-color css

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

 a { background-color: rgb(196,105,58); }

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

border-color css

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

 span { border-color: rgb(196,105,58); }

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