#D9999C

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

Shades of Careys Pink #D9999C

Tints of Careys Pink #D9999C

Color information

#D9999C (or 0xD9999C) is unknown color: approx Careys Pink. HEX triplet: D9, 99 and 9C. RGB value is (217,153,156). Sum of RGB (Red+Green+Blue) = 217+153+156=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9999C is #266663. Grayscale: #ACACAC. Windows color (decimal): -2516580 or 10263001. OLE color: 10263001.

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

Color convert

RGB217153156-
CMYK00.290.280.15
HSL357.19º45.71%72.55%-
HSV(B)357.19º29.49%85.1%-
XYZ46.0139.9336.74-
YUV172.48118.7159.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=41.25%
G=29.09%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715315600.290.280.15357.1945.7172.55
HexD9999C01D1CF1652e49
Octal331231234035341754556111
Binary1101100110011001100111000111011110011111011001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9999C; }

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

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

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

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

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

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

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

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