#D0A4AE

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

Shades of Careys Pink #D0A4AE

Tints of Careys Pink #D0A4AE

Color information

#D0A4AE (or 0xD0A4AE) is unknown color: approx Careys Pink. HEX triplet: D0, A4 and AE. RGB value is (208,164,174). Sum of RGB (Red+Green+Blue) = 208+164+174=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A4AE is #2F5B51. Grayscale: #B2B2B2. Windows color (decimal): -3103570 or 11445456. OLE color: 11445456.

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

Color convert

RGB208164174-
CMYK00.210.160.18
HSL346.36º31.88%72.94%-
HSV(B)346.36º21.15%81.57%-
XYZ46.9343.0245.87-
YUV178.3125.58149.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=38.10%
G=30.04%
B=31.87%

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
Decimal20816417400.210.160.18346.3631.8872.94
HexD0A4AE015101215a2049
Octal320244256025202253240111
Binary11010000101001001010111001010110000100101010110101000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A4AE; }

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

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

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

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

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

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

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

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