#D2949C

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

Shades of Careys Pink #D2949C

Tints of Careys Pink #D2949C

Color information

#D2949C (or 0xD2949C) is unknown color: approx Careys Pink. HEX triplet: D2, 94 and 9C. RGB value is (210,148,156). Sum of RGB (Red+Green+Blue) = 210+148+156=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2949C is #2D6B63. Grayscale: #A7A7A7. Windows color (decimal): -2976612 or 10261714. OLE color: 10261714.

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

Color convert

RGB210148156-
CMYK00.300.260.18
HSL352.26º40.79%70.2%-
HSV(B)352.26º29.52%82.35%-
XYZ43.1737.2836.37-
YUV167.45121.54158.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.86%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=40.86%
G=28.79%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014815600.300.260.18352.2640.7970.2
HexD2949C01E1A121602946
Octal322224234036322254051106
Binary11010010100101001001110001111011010100101011000001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2949C; }

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

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

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

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

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

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

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

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