#D5A2A5

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

Shades of Careys Pink #D5A2A5

Tints of Careys Pink #D5A2A5

Color information

#D5A2A5 (or 0xD5A2A5) is unknown color: approx Careys Pink. HEX triplet: D5, A2 and A5. RGB value is (213,162,165). Sum of RGB (Red+Green+Blue) = 213+162+165=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2A5 is #2A5D5A. Grayscale: #B1B1B1. Windows color (decimal): -2776411 or 10855125. OLE color: 10855125.

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

Color convert

RGB213162165-
CMYK00.240.230.16
HSL356.47º37.78%73.53%-
HSV(B)356.47º23.94%83.53%-
XYZ47.1542.741.35-
YUV177.59120.9153.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 165 (64.84% from 255) = 30.56%
R=39.44%
G=30%
B=30.56%

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
Decimal21316216500.240.230.16356.4737.7873.53
HexD5A2A50181710164264a
Octal325242245030272054446112
Binary11010101101000101010010101100010111100001011001001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A2A5; }

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

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

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

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

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

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

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

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