#D0A1AE

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

Shades of Careys Pink #D0A1AE

Tints of Careys Pink #D0A1AE

Color information

#D0A1AE (or 0xD0A1AE) is unknown color: approx Careys Pink. HEX triplet: D0, A1 and AE. RGB value is (208,161,174). Sum of RGB (Red+Green+Blue) = 208+161+174=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A1AE is #2F5E51. Grayscale: #B0B0B0. Windows color (decimal): -3104338 or 11444688. OLE color: 11444688.

HSL color Cylindrical-coordinate representation of color #D0A1AE: hue angle of 343.4º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A1AE is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208161174-
CMYK00.230.160.18
HSL343.4º33.33%72.35%-
HSV(B)343.4º22.6%81.57%-
XYZ46.441.9645.7-
YUV176.54126.57150.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 161 (63.28% from 255) = 29.65%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=38.31%
G=29.65%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816117400.230.160.18343.433.3372.35
HexD0A1AE01710121572148
Octal320241256027202252741110
Binary11010000101000011010111001011110000100101010101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1AE; }

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

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

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

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

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

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

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

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