Html Css Color HEX #C4A090 Quicksand

📋 copy color: '#C4A090'

red 196 ◦ green 160 ◦ blue 144

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

Shades of Quicksand #C4A090

Tints of Quicksand #C4A090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 39.2%
G = 32%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4A090 (or 0xC4A090) is known color: Quicksand. HEX triplet: C4, A0 and 90. RGB value is (196,160,144). Sum of RGB (Red+Green+Blue) = 196+160+144=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A090 is #3B5F6F. Grayscale: #A9A9A9. Windows color (decimal): -3891056 or 9478340. OLE color: 9478340.

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

Color convert

RGB 196 160 144 -
CMYK 0 0.18 0.27 0.23
HSL 18.46º 0.31% 0.67% -
HSV(B) 18.46º 0.27% 0.77% -
XYZ 40.37 38.89 31.76 -
YUV 168.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 196 160 144 0 0.18 0.27 0.23 18.46 0.31 0.67
Hex C4 A0 90 0 12 1B 17 12 1F 43
Octal 304 240 220 0 22 33 27 22 37 103
Binary 11000100 10100000 10010000 0 10010 11011 10111 10010 11111 1000011

Color Harmonies of #C4A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A090

Black with #C4A090

Text Example


Text Example

White with #C4A090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A090; }

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

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

background-color css

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

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

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

border-color css

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

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

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