#D5A2A3

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

Shades of Careys Pink #D5A2A3

Tints of Careys Pink #D5A2A3

Color information

#D5A2A3 (or 0xD5A2A3) is unknown color: approx Careys Pink. HEX triplet: D5, A2 and A3. RGB value is (213,162,163). Sum of RGB (Red+Green+Blue) = 213+162+163=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2A3 is #2A5D5C. Grayscale: #B1B1B1. Windows color (decimal): -2776413 or 10724053. OLE color: 10724053.

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

Color convert

RGB213162163-
CMYK00.240.230.16
HSL358.82º37.78%73.53%-
HSV(B)358.82º23.94%83.53%-
XYZ46.9742.6340.4-
YUV177.36119.9153.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 163 (64.06% from 255) = 30.30%
R=39.59%
G=30.11%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316216300.240.230.16358.8237.7873.53
HexD5A2A30181710167264a
Octal325242243030272054746112
Binary11010101101000101010001101100010111100001011001111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A2A3; }

 p { color: rgb(213,162,163); }

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

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

 a { background-color: rgb(213,162,163); }

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

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

 span { border-color: rgb(213,162,163); }

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