#D9949A

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

Shades of Careys Pink #D9949A

Tints of Careys Pink #D9949A

Color information

#D9949A (or 0xD9949A) is unknown color: approx Careys Pink. HEX triplet: D9, 94 and 9A. RGB value is (217,148,154). Sum of RGB (Red+Green+Blue) = 217+148+154=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9949A is #266B65. Grayscale: #A9A9A9. Windows color (decimal): -2517862 or 10130649. OLE color: 10130649.

HSL color Cylindrical-coordinate representation of color #D9949A: hue angle of 354.78º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9949A is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217148154-
CMYK00.320.290.15
HSL354.78º47.59%71.57%-
HSV(B)354.78º31.8%85.1%-
XYZ45.0438.2635.58-
YUV169.32119.36162.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=41.81%
G=28.52%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714815400.320.290.15354.7847.5971.57
HexD9949A0201DF1633048
Octal331224232040351754360110
Binary11011001100101001001101001000001110111111011000111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9949A; }

 p { color: rgb(217,148,154); }

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

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

 a { background-color: rgb(217,148,154); }

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

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

 span { border-color: rgb(217,148,154); }

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