Html Css Color HEX #C4A293 Quicksand

📋 copy color: '#C4A293'

red 196 ◦ green 162 ◦ blue 147

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

Shades of Quicksand #C4A293

Tints of Quicksand #C4A293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 38.81%
G = 32.08%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C4A293 (or 0xC4A293) is known color: Quicksand. HEX triplet: C4, A2 and 93. RGB value is (196,162,147). Sum of RGB (Red+Green+Blue) = 196+162+147=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A293 is #3B5D6C. Grayscale: #AAAAAA. Windows color (decimal): -3890541 or 9675460. OLE color: 9675460.

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

Color convert

RGB 196 162 147 -
CMYK 0 0.17 0.25 0.23
HSL 18.37º 0.29% 0.67% -
HSV(B) 18.37º 0.25% 0.77% -
XYZ 40.95 39.68 33.1 -
YUV 170.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 196 162 147 0 0.17 0.25 0.23 18.37 0.29 0.67
Hex C4 A2 93 0 11 19 17 12 1D 43
Octal 304 242 223 0 21 31 27 22 35 103
Binary 11000100 10100010 10010011 0 10001 11001 10111 10010 11101 1000011

Color Harmonies of #C4A293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A293

Black with #C4A293

Text Example


Text Example

White with #C4A293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A293; }

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

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

background-color css

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

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

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

border-color css

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

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

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