#D8999A

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

Shades of Careys Pink #D8999A

Tints of Careys Pink #D8999A

Color information

#D8999A (or 0xD8999A) is unknown color: approx Careys Pink. HEX triplet: D8, 99 and 9A. RGB value is (216,153,154). Sum of RGB (Red+Green+Blue) = 216+153+154=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8999A is #276665. Grayscale: #ACACAC. Windows color (decimal): -2582118 or 10131928. OLE color: 10131928.

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

Color convert

RGB216153154-
CMYK00.290.290.15
HSL359.05º44.68%72.35%-
HSV(B)359.05º29.17%84.71%-
XYZ45.5439.7135.84-
YUV171.95117.87159.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 154 (60.55% from 255) = 29.45%
R=41.30%
G=29.25%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615315400.290.290.15359.0544.6872.35
HexD8999A01D1DF1672d48
Octal330231232035351754755110
Binary1101100010011001100110100111011110111111011001111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8999A; }

 p { color: rgb(216,153,154); }

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

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

 a { background-color: rgb(216,153,154); }

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

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

 span { border-color: rgb(216,153,154); }

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