#C4948A

Color #C4948A Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #C4948A

Tints of Quicksand #C4948A

Color information

#C4948A (or 0xC4948A) is unknown color: approx Quicksand. HEX triplet: C4, 94 and 8A. RGB value is (196,148,138). Sum of RGB (Red+Green+Blue) = 196+148+138=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4948A is #3B6B75. Grayscale: #A1A1A1. Windows color (decimal): -3894134 or 9082052. OLE color: 9082052.

HSL color Cylindrical-coordinate representation of color #C4948A: hue angle of 10.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4948A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196148138-
CMYK00.240.300.23
HSL10.34º32.95%65.49%-
HSV(B)10.34º29.59%76.86%-
XYZ37.9434.7528.75-
YUV161.21114.9152.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=40.66%
G=30.71%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614813800.240.300.2310.3432.9565.49
HexC4948A0181E17a2141
Octal30422421203036271241101
Binary110001001001010010001010011000111101011110101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4948A; }

 p { color: rgb(196,148,138); }

 H1.HeaderClassName
 {
   color: #C4948A;
 }
 .AnyTagClassName
 {
   color: #C4948A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,148,138); }

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

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

 span { border-color: rgb(196,148,138); }

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