#CA968B

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

Shades of Quicksand #CA968B

Tints of Quicksand #CA968B

Color information

#CA968B (or 0xCA968B) is unknown color: approx Quicksand. HEX triplet: CA, 96 and 8B. RGB value is (202,150,139). Sum of RGB (Red+Green+Blue) = 202+150+139=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA968B is #356974. Grayscale: #A4A4A4. Windows color (decimal): -3500405 or 9148106. OLE color: 9148106.

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

Color convert

RGB202150139-
CMYK00.260.310.21
HSL10.48º37.28%66.86%-
HSV(B)10.48º31.19%79.22%-
XYZ39.9236.2329.32-
YUV164.29113.73154.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=41.14%
G=30.55%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215013900.260.310.2110.4837.2866.86
HexCA968B01A1F15a2543
Octal31222621303237251245103
Binary110010101001011010001011011010111111010110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA968B; }

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

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

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

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

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

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

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

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