#D0A5B0

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

Shades of Careys Pink #D0A5B0

Tints of Careys Pink #D0A5B0

Color information

#D0A5B0 (or 0xD0A5B0) is unknown color: approx Careys Pink. HEX triplet: D0, A5 and B0. RGB value is (208,165,176). Sum of RGB (Red+Green+Blue) = 208+165+176=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A5B0 is #2F5A4F. Grayscale: #B3B3B3. Windows color (decimal): -3103312 or 11576784. OLE color: 11576784.

HSL color Cylindrical-coordinate representation of color #D0A5B0: hue angle of 344.65º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A5B0 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208165176-
CMYK00.210.150.18
HSL344.65º31.39%73.14%-
HSV(B)344.65º20.67%81.57%-
XYZ47.343.4546.97-
YUV179.11126.25148.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=37.89%
G=30.05%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816517600.210.150.18344.6531.3973.14
HexD0A5B0015F121591f49
Octal320245260025172253137111
Binary110100001010010110110000010101111110010101011001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A5B0; }

 p { color: rgb(208,165,176); }

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

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

 a { background-color: rgb(208,165,176); }

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

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

 span { border-color: rgb(208,165,176); }

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