#CA998D

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

Shades of Quicksand #CA998D

Tints of Quicksand #CA998D

Color information

#CA998D (or 0xCA998D) is unknown color: approx Quicksand. HEX triplet: CA, 99 and 8D. RGB value is (202,153,141). Sum of RGB (Red+Green+Blue) = 202+153+141=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA998D is #356672. Grayscale: #A6A6A6. Windows color (decimal): -3499635 or 9279946. OLE color: 9279946.

HSL color Cylindrical-coordinate representation of color #CA998D: hue angle of 11.8º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA998D is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202153141-
CMYK00.240.300.21
HSL11.8º36.53%67.25%-
HSV(B)11.8º30.2%79.22%-
XYZ40.5637.2630.25-
YUV166.28113.73153.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=40.73%
G=30.85%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215314100.240.300.2111.836.5367.25
HexCA998D0181E15c2543
Octal31223121503036251445103
Binary110010101001100110001101011000111101010111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA998D; }

 p { color: rgb(202,153,141); }

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

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

 a { background-color: rgb(202,153,141); }

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

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

 span { border-color: rgb(202,153,141); }

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