#D3949C

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

Shades of Careys Pink #D3949C

Tints of Careys Pink #D3949C

Color information

#D3949C (or 0xD3949C) is unknown color: approx Careys Pink. HEX triplet: D3, 94 and 9C. RGB value is (211,148,156). Sum of RGB (Red+Green+Blue) = 211+148+156=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D3949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3949C is #2C6B63. Grayscale: #A7A7A7. Windows color (decimal): -2911076 or 10261715. OLE color: 10261715.

HSL color Cylindrical-coordinate representation of color #D3949C: hue angle of 352.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3949C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB211148156-
CMYK00.300.260.17
HSL352.38º41.72%70.39%-
HSV(B)352.38º29.86%82.75%-
XYZ43.4537.4336.39-
YUV167.75121.37158.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.97%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=40.97%
G=28.74%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114815600.300.260.17352.3841.7270.39
HexD3949C01E1A111602a46
Octal323224234036322154052106
Binary11010011100101001001110001111011010100011011000001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3949C; }

 p { color: rgb(211,148,156); }

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

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

 a { background-color: rgb(211,148,156); }

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

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

 span { border-color: rgb(211,148,156); }

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