#D0A5AE

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

Shades of Careys Pink #D0A5AE

Tints of Careys Pink #D0A5AE

Color information

#D0A5AE (or 0xD0A5AE) is unknown color: approx Careys Pink. HEX triplet: D0, A5 and AE. RGB value is (208,165,174). Sum of RGB (Red+Green+Blue) = 208+165+174=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A5AE is #2F5A51. Grayscale: #B2B2B2. Windows color (decimal): -3103314 or 11445712. OLE color: 11445712.

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

Color convert

RGB208165174-
CMYK00.210.160.18
HSL347.44º31.39%73.14%-
HSV(B)347.44º20.67%81.57%-
XYZ47.1143.3845.93-
YUV178.88125.25148.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 165 (64.84% from 255) = 30.16%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=38.03%
G=30.16%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816517400.210.160.18347.4431.3973.14
HexD0A5AE015101215b1f49
Octal320245256025202253337111
Binary1101000010100101101011100101011000010010101011011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A5AE; }

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

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

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

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

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

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

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

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