#D6A1A3

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

Shades of Careys Pink #D6A1A3

Tints of Careys Pink #D6A1A3

Color information

#D6A1A3 (or 0xD6A1A3) is unknown color: approx Careys Pink. HEX triplet: D6, A1 and A3. RGB value is (214,161,163). Sum of RGB (Red+Green+Blue) = 214+161+163=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A1A3 is #295E5C. Grayscale: #B1B1B1. Windows color (decimal): -2711133 or 10723798. OLE color: 10723798.

HSL color Cylindrical-coordinate representation of color #D6A1A3: hue angle of 357.74º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1A3 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB214161163-
CMYK00.250.240.16
HSL357.74º39.26%73.53%-
HSV(B)357.74º24.77%83.92%-
XYZ47.0942.4340.36-
YUV177.08120.06154.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 163 (64.06% from 255) = 30.30%
R=39.78%
G=29.93%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416116300.250.240.16357.7439.2673.53
HexD6A1A30191810166274a
Octal326241243031302054647112
Binary11010110101000011010001101100111000100001011001101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1A3; }

 p { color: rgb(214,161,163); }

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

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

 a { background-color: rgb(214,161,163); }

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

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

 span { border-color: rgb(214,161,163); }

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