#CA978F

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

Shades of Quicksand #CA978F

Tints of Quicksand #CA978F

Color information

#CA978F (or 0xCA978F) is unknown color: approx Quicksand. HEX triplet: CA, 97 and 8F. RGB value is (202,151,143). Sum of RGB (Red+Green+Blue) = 202+151+143=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA978F is #356870. Grayscale: #A5A5A5. Windows color (decimal): -3500145 or 9410506. OLE color: 9410506.

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

Color convert

RGB202151143-
CMYK00.250.290.21
HSL8.14º35.76%67.65%-
HSV(B)8.14º29.21%79.22%-
XYZ40.3836.6730.94-
YUV165.34115.4154.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=40.73%
G=30.44%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215114300.250.290.218.1435.7667.65
HexCA978F0191D1582444
Octal31222721703135251044104
Binary110010101001011110001111011001111011010110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA978F; }

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

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

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

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

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

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

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

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