Html Css Color HEX #C4A095 Quicksand

📋 copy color: '#C4A095'

red 196 ◦ green 160 ◦ blue 149

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

Shades of Quicksand #C4A095

Tints of Quicksand #C4A095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.68%

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 38.81%
G = 31.68%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C4A095 (or 0xC4A095) is known color: Quicksand. HEX triplet: C4, A0 and 95. RGB value is (196,160,149). Sum of RGB (Red+Green+Blue) = 196+160+149=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A095 is #3B5F6A. Grayscale: #A9A9A9. Windows color (decimal): -3891051 or 9806020. OLE color: 9806020.

HSL color Cylindrical-coordinate representation of color #C4A095: hue angle of 14.04º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4A095 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 149 -
CMYK 0 0.18 0.24 0.23
HSL 14.04º 0.28% 0.68% -
HSV(B) 14.04º 0.24% 0.77% -
XYZ 40.76 39.05 33.82 -
YUV 169.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 196 160 149 0 0.18 0.24 0.23 14.04 0.28 0.68
Hex C4 A0 95 0 12 18 17 E 1C 44
Octal 304 240 225 0 22 30 27 16 34 104
Binary 11000100 10100000 10010101 0 10010 11000 10111 1110 11100 1000100

Color Harmonies of #C4A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A095

Black with #C4A095

Text Example


Text Example

White with #C4A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A095; }

 p { color: rgb(196,160,149); }

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

background-color css

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

 a { background-color: rgb(196,160,149); }

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

border-color css

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

 span { border-color: rgb(196,160,149); }

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