#D2999C

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

Shades of Careys Pink #D2999C

Tints of Careys Pink #D2999C

Color information

#D2999C (or 0xD2999C) is unknown color: approx Careys Pink. HEX triplet: D2, 99 and 9C. RGB value is (210,153,156). Sum of RGB (Red+Green+Blue) = 210+153+156=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2999C is #2D6663. Grayscale: #AAAAAA. Windows color (decimal): -2975332 or 10262994. OLE color: 10262994.

HSL color Cylindrical-coordinate representation of color #D2999C: hue angle of 356.84º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2999C is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB210153156-
CMYK00.270.260.18
HSL356.84º38.78%71.18%-
HSV(B)356.84º27.14%82.35%-
XYZ43.9738.8836.64-
YUV170.38119.88156.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=40.46%
G=29.48%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015315600.270.260.18356.8438.7871.18
HexD2999C01B1A121652747
Octal322231234033322254547107
Binary11010010100110011001110001101111010100101011001011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2999C; }

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

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

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

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

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

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

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

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