#CA968F

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

Shades of Quicksand #CA968F

Tints of Quicksand #CA968F

Color information

#CA968F (or 0xCA968F) is unknown color: approx Quicksand. HEX triplet: CA, 96 and 8F. RGB value is (202,150,143). Sum of RGB (Red+Green+Blue) = 202+150+143=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA968F is #356970. Grayscale: #A4A4A4. Windows color (decimal): -3500401 or 9410250. OLE color: 9410250.

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

Color convert

RGB202150143-
CMYK00.260.290.21
HSL7.12º35.76%67.65%-
HSV(B)7.12º29.21%79.22%-
XYZ40.2236.3530.88-
YUV164.75115.73154.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=40.81%
G=30.30%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215014300.260.290.217.1235.7667.65
HexCA968F01A1D1572444
Octal3122262170323525744104
Binary11001010100101101000111101101011101101011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA968F; }

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

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

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

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

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

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

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

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