#D4A2AC

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

Shades of Careys Pink #D4A2AC

Tints of Careys Pink #D4A2AC

Color information

#D4A2AC (or 0xD4A2AC) is unknown color: approx Careys Pink. HEX triplet: D4, A2 and AC. RGB value is (212,162,172). Sum of RGB (Red+Green+Blue) = 212+162+172=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2AC is #2B5D53. Grayscale: #B2B2B2. Windows color (decimal): -2841940 or 11313876. OLE color: 11313876.

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

Color convert

RGB212162172-
CMYK00.240.190.17
HSL348º36.76%73.33%-
HSV(B)348º23.58%83.14%-
XYZ47.5242.8244.79-
YUV178.09124.56152.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=38.83%
G=29.67%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216217200.240.190.1734836.7673.33
HexD4A2AC018131115c2549
Octal324242254030232153445111
Binary11010100101000101010110001100010011100011010111001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A2AC; }

 p { color: rgb(212,162,172); }

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

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

 a { background-color: rgb(212,162,172); }

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

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

 span { border-color: rgb(212,162,172); }

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