Html Css Color HEX #C4A290 Quicksand

📋 copy color: '#C4A290'

red 196 ◦ green 162 ◦ blue 144

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

Shades of Quicksand #C4A290

Tints of Quicksand #C4A290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.27%

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

R = 39.04%
G = 32.27%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4A290 (or 0xC4A290) is known color: Quicksand. HEX triplet: C4, A2 and 90. RGB value is (196,162,144). Sum of RGB (Red+Green+Blue) = 196+162+144=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A290 is #3B5D6F. Grayscale: #AAAAAA. Windows color (decimal): -3890544 or 9478852. OLE color: 9478852.

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

Color convert

RGB 196 162 144 -
CMYK 0 0.17 0.27 0.23
HSL 20.77º 0.31% 0.67% -
HSV(B) 20.77º 0.27% 0.77% -
XYZ 40.72 39.59 31.88 -
YUV 170.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 196 162 144 0 0.17 0.27 0.23 20.77 0.31 0.67
Hex C4 A2 90 0 11 1B 17 15 1F 43
Octal 304 242 220 0 21 33 27 25 37 103
Binary 11000100 10100010 10010000 0 10001 11011 10111 10101 11111 1000011

Color Harmonies of #C4A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A290

Black with #C4A290

Text Example


Text Example

White with #C4A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A290; }

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

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

background-color css

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

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

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

border-color css

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

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

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