#CA968D

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

Shades of Quicksand #CA968D

Tints of Quicksand #CA968D

Color information

#CA968D (or 0xCA968D) is unknown color: approx Quicksand. HEX triplet: CA, 96 and 8D. RGB value is (202,150,141). Sum of RGB (Red+Green+Blue) = 202+150+141=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA968D is #356972. Grayscale: #A4A4A4. Windows color (decimal): -3500403 or 9279178. OLE color: 9279178.

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

Color convert

RGB202150141-
CMYK00.260.300.21
HSL8.85º36.53%67.25%-
HSV(B)8.85º30.2%79.22%-
XYZ40.0736.2930.09-
YUV164.52114.73154.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=40.97%
G=30.43%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215014100.260.300.218.8536.5367.25
HexCA968D01A1E1592543
Octal31222621503236251145103
Binary110010101001011010001101011010111101010110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA968D; }

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

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

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

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

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

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

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

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