#D6A1A2

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

Shades of Careys Pink #D6A1A2

Tints of Careys Pink #D6A1A2

Color information

#D6A1A2 (or 0xD6A1A2) is unknown color: approx Careys Pink. HEX triplet: D6, A1 and A2. RGB value is (214,161,162). Sum of RGB (Red+Green+Blue) = 214+161+162=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A1A2 is #295E5D. Grayscale: #B1B1B1. Windows color (decimal): -2711134 or 10658262. OLE color: 10658262.

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

Color convert

RGB214161162-
CMYK00.250.240.16
HSL358.87º39.26%73.53%-
HSV(B)358.87º24.77%83.92%-
XYZ4742.3939.89-
YUV176.96119.56154.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 162 (63.67% from 255) = 30.17%
R=39.85%
G=29.98%
B=30.17%

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
Decimal21416116200.250.240.16358.8739.2673.53
HexD6A1A20191810167274a
Octal326241242031302054747112
Binary11010110101000011010001001100111000100001011001111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1A2; }

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

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

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

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

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

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

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

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