#D299A0

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

Shades of Careys Pink #D299A0

Tints of Careys Pink #D299A0

Color information

#D299A0 (or 0xD299A0) is unknown color: approx Careys Pink. HEX triplet: D2, 99 and A0. RGB value is (210,153,160). Sum of RGB (Red+Green+Blue) = 210+153+160=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D299A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299A0 is #2D665F. Grayscale: #AAAAAA. Windows color (decimal): -2975328 or 10525138. OLE color: 10525138.

HSL color Cylindrical-coordinate representation of color #D299A0: hue angle of 352.63º 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 #D299A0 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB210153160-
CMYK00.270.240.18
HSL352.63º38.78%71.18%-
HSV(B)352.63º27.14%82.35%-
XYZ44.3139.0238.45-
YUV170.84121.88155.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=40.15%
G=29.25%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015316000.270.240.18352.6338.7871.18
HexD299A001B18121612747
Octal322231240033302254147107
Binary11010010100110011010000001101111000100101011000011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299A0; }

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

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

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

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

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

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

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

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