#CA978E

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

Shades of Quicksand #CA978E

Tints of Quicksand #CA978E

Color information

#CA978E (or 0xCA978E) is unknown color: approx Quicksand. HEX triplet: CA, 97 and 8E. RGB value is (202,151,142). Sum of RGB (Red+Green+Blue) = 202+151+142=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA978E is #356871. Grayscale: #A5A5A5. Windows color (decimal): -3500146 or 9344970. OLE color: 9344970.

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

Color convert

RGB202151142-
CMYK00.250.300.21
HSL36.14%67.45%-
HSV(B)29.7%79.22%-
XYZ40.3136.6430.54-
YUV165.22114.9154.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=40.81%
G=30.51%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215114200.250.300.21936.1467.45
HexCA978E0191E1592443
Octal31222721603136251144103
Binary110010101001011110001110011001111101010110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA978E; }

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

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

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

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

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

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

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

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