#D0A1A6

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

Shades of Careys Pink #D0A1A6

Tints of Careys Pink #D0A1A6

Color information

#D0A1A6 (or 0xD0A1A6) is unknown color: approx Careys Pink. HEX triplet: D0, A1 and A6. RGB value is (208,161,166). Sum of RGB (Red+Green+Blue) = 208+161+166=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A1A6 is #2F5E59. Grayscale: #AFAFAF. Windows color (decimal): -3104346 or 10920400. OLE color: 10920400.

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

Color convert

RGB208161166-
CMYK00.230.200.18
HSL353.62º33.33%72.35%-
HSV(B)353.62º22.6%81.57%-
XYZ45.6441.6541.71-
YUV175.62122.57151.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=38.88%
G=30.09%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816116600.230.200.18353.6233.3372.35
HexD0A1A601714121622148
Octal320241246027242254241110
Binary11010000101000011010011001011110100100101011000101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1A6; }

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

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

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

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

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

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

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

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