Html Css Color HEX #C4693C Zest

📋 copy color: '#C4693C'

red 196 ◦ green 105 ◦ blue 60

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

Shades of Zest #C4693C

Tints of Zest #C4693C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 54.29%
G = 29.09%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4693C (or 0xC4693C) is known color: Zest. HEX triplet: C4, 69 and 3C. RGB value is (196,105,60). Sum of RGB (Red+Green+Blue) = 196+105+60=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4693C is #3B96C3. Grayscale: #7F7F7F. Windows color (decimal): -3905220 or 3959236. OLE color: 3959236.

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

Color convert

RGB 196 105 60 -
CMYK 0 0.46 0.69 0.23
HSL 19.85º 0.54% 0.5% -
HSV(B) 19.85º 0.69% 0.77% -
XYZ 28.63 22.17 7.04 -
YUV 127.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 196 105 60 0 0.46 0.69 0.23 19.85 0.54 0.5
Hex C4 69 3C 0 2E 45 17 14 36 32
Octal 304 151 74 0 56 105 27 24 66 62
Binary 11000100 1101001 111100 0 101110 1000101 10111 10100 110110 110010

Color Harmonies of #C4693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4693C

Black with #C4693C

Text Example


Text Example

White with #C4693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4693C; }

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

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

background-color css

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

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

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

border-color css

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

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

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