Html Css Color HEX #C4A191 Quicksand

📋 copy color: '#C4A191'

red 196 ◦ green 161 ◦ blue 145

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

Shades of Quicksand #C4A191

Tints of Quicksand #C4A191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.07%

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 39.04%
G = 32.07%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4A191 (or 0xC4A191) is known color: Quicksand. HEX triplet: C4, A1 and 91. RGB value is (196,161,145). Sum of RGB (Red+Green+Blue) = 196+161+145=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A191 is #3B5E6E. Grayscale: #A9A9A9. Windows color (decimal): -3890799 or 9544132. OLE color: 9544132.

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

Color convert

RGB 196 161 145 -
CMYK 0 0.18 0.26 0.23
HSL 18.82º 0.3% 0.67% -
HSV(B) 18.82º 0.26% 0.77% -
XYZ 40.62 39.27 32.23 -
YUV 169.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 196 161 145 0 0.18 0.26 0.23 18.82 0.3 0.67
Hex C4 A1 91 0 12 1A 17 13 1E 43
Octal 304 241 221 0 22 32 27 23 36 103
Binary 11000100 10100001 10010001 0 10010 11010 10111 10011 11110 1000011

Color Harmonies of #C4A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A191

Black with #C4A191

Text Example


Text Example

White with #C4A191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A191; }

 p { color: rgb(196,161,145); }

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

background-color css

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

 a { background-color: rgb(196,161,145); }

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

border-color css

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

 span { border-color: rgb(196,161,145); }

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