#D4A0A1

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

Shades of Careys Pink #D4A0A1

Tints of Careys Pink #D4A0A1

Color information

#D4A0A1 (or 0xD4A0A1) is unknown color: approx Careys Pink. HEX triplet: D4, A0 and A1. RGB value is (212,160,161). Sum of RGB (Red+Green+Blue) = 212+160+161=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A0A1 is #2B5F5E. Grayscale: #AFAFAF. Windows color (decimal): -2842463 or 10592468. OLE color: 10592468.

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

Color convert

RGB212160161-
CMYK00.250.240.17
HSL358.85º37.68%72.94%-
HSV(B)358.85º24.53%83.14%-
XYZ46.1641.7139.34-
YUV175.66119.73153.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 161 (63.28% from 255) = 30.21%
R=39.77%
G=30.02%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216016100.250.240.17358.8537.6872.94
HexD4A0A101918111672649
Octal324240241031302154746111
Binary11010100101000001010000101100111000100011011001111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A0A1; }

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

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

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

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

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

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

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

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