#D3A0A1

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

Shades of Careys Pink #D3A0A1

Tints of Careys Pink #D3A0A1

Color information

#D3A0A1 (or 0xD3A0A1) is unknown color: approx Careys Pink. HEX triplet: D3, A0 and A1. RGB value is (211,160,161). Sum of RGB (Red+Green+Blue) = 211+160+161=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A0A1 is #2C5F5E. Grayscale: #AFAFAF. Windows color (decimal): -2907999 or 10592467. OLE color: 10592467.

HSL color Cylindrical-coordinate representation of color #D3A0A1: hue angle of 358.82º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3A0A1 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB211160161-
CMYK00.240.240.17
HSL358.82º36.69%72.75%-
HSV(B)358.82º24.17%82.75%-
XYZ45.8741.5639.32-
YUV175.36119.9153.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.66%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 161 (63.28% from 255) = 30.26%
R=39.66%
G=30.08%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116016100.240.240.17358.8236.6972.75
HexD3A0A101818111672549
Octal323240241030302154745111
Binary11010011101000001010000101100011000100011011001111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A0A1; }

 p { color: rgb(211,160,161); }

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

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

 a { background-color: rgb(211,160,161); }

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

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

 span { border-color: rgb(211,160,161); }

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