Html Css Color HEX #C4A091 Quicksand

📋 copy color: '#C4A091'

red 196 ◦ green 160 ◦ blue 145

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

Shades of Quicksand #C4A091

Tints of Quicksand #C4A091

RGB

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

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

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

R = 39.12%
G = 31.94%
B = 28.94%

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

#C4A091 (or 0xC4A091) is known color: Quicksand. HEX triplet: C4, A0 and 91. RGB value is (196,160,145). Sum of RGB (Red+Green+Blue) = 196+160+145=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A091 is #3B5F6E. Grayscale: #A9A9A9. Windows color (decimal): -3891055 or 9543876. OLE color: 9543876.

HSL color Cylindrical-coordinate representation of color #C4A091: hue angle of 17.65º 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 #C4A091 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 145 -
CMYK 0 0.18 0.26 0.23
HSL 17.65º 0.3% 0.67% -
HSV(B) 17.65º 0.26% 0.77% -
XYZ 40.45 38.92 32.17 -
YUV 169.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 196 160 145 0 0.18 0.26 0.23 17.65 0.3 0.67
Hex C4 A0 91 0 12 1A 17 12 1E 43
Octal 304 240 221 0 22 32 27 22 36 103
Binary 11000100 10100000 10010001 0 10010 11010 10111 10010 11110 1000011

Color Harmonies of #C4A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A091

Black with #C4A091

Text Example


Text Example

White with #C4A091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A091; }

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

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

background-color css

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

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

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

border-color css

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

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

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