#D8949C

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

Shades of Careys Pink #D8949C

Tints of Careys Pink #D8949C

Color information

#D8949C (or 0xD8949C) is unknown color: approx Careys Pink. HEX triplet: D8, 94 and 9C. RGB value is (216,148,156). Sum of RGB (Red+Green+Blue) = 216+148+156=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8949C is #276B63. Grayscale: #A9A9A9. Windows color (decimal): -2583396 or 10261720. OLE color: 10261720.

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

Color convert

RGB216148156-
CMYK00.310.280.15
HSL352.94º46.58%71.37%-
HSV(B)352.94º31.48%84.71%-
XYZ44.9138.1836.45-
YUV169.24120.53161.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 156 (61.33% from 255) = 30%
R=41.54%
G=28.46%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614815600.310.280.15352.9446.5871.37
HexD8949C01F1CF1612f47
Octal330224234037341754157107
Binary1101100010010100100111000111111110011111011000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8949C; }

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

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

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

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

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

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

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

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