#CA998E

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

Shades of Quicksand #CA998E

Tints of Quicksand #CA998E

Color information

#CA998E (or 0xCA998E) is unknown color: approx Quicksand. HEX triplet: CA, 99 and 8E. RGB value is (202,153,142). Sum of RGB (Red+Green+Blue) = 202+153+142=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA998E is #356671. Grayscale: #A6A6A6. Windows color (decimal): -3499634 or 9345482. OLE color: 9345482.

HSL color Cylindrical-coordinate representation of color #CA998E: hue angle of 11º degrees, saturation: 0.36, 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 #CA998E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202153142-
CMYK00.240.300.21
HSL11º36.14%67.45%-
HSV(B)11º29.7%79.22%-
XYZ40.6337.2930.65-
YUV166.4114.23153.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=40.64%
G=30.78%
B=28.57%

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
Decimal20215314200.240.300.211136.1467.45
HexCA998E0181E15b2443
Octal31223121603036251344103
Binary110010101001100110001110011000111101010110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA998E; }

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

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

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

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

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

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

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

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