Html Css Color HEX #D4A1A8 Careys Pink

📋 copy color: '#D4A1A8'

red 212 ◦ green 161 ◦ blue 168

#D4A1A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #D4A1A8

Tints of Careys Pink #D4A1A8

RGB

 RED value IS 212 (83.2% from 255) = 39.19%

 GREEN value IS 161 (63.28% from 255) = 29.76%

 BLUE value IS 168 (66.02% from 255) = 31.05%

R = 39.19%
G = 29.76%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D4A1A8 (or 0xD4A1A8) is known color: Careys Pink. HEX triplet: D4, A1 and A8. RGB value is (212,161,168). Sum of RGB (Red+Green+Blue) = 212+161+168=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A1A8 is #2B5E57. Grayscale: #B1B1B1. Windows color (decimal): -2842200 or 11051476. OLE color: 11051476.

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

Color convert

RGB 212 161 168 -
CMYK 0 0.24 0.21 0.17
HSL 351.76º 0.37% 0.73% -
HSV(B) 351.76º 0.24% 0.83% -
XYZ 46.96 42.31 42.74 -
YUV 177.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 212 161 168 0 0.24 0.21 0.17 351.76 0.37 0.73
Hex D4 A1 A8 0 18 15 11 160 25 49
Octal 324 241 250 0 30 25 21 540 45 111
Binary 11010100 10100001 10101000 0 11000 10101 10001 101100000 100101 1001001

Color Harmonies of #D4A1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A1A8

Black with #D4A1A8

Text Example


Text Example

White with #D4A1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A1A8; }

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

 H1.HeaderClassName
 {
   color: #D4A1A8;
 }
 .AnyTagClassName
 {
   color: #D4A1A8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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