Html Css Color HEX #D2A0AA Careys Pink

📋 copy color: '#D2A0AA'

red 210 ◦ green 160 ◦ blue 170

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

Shades of Careys Pink #D2A0AA

Tints of Careys Pink #D2A0AA

RGB

 RED value IS 210 (82.42% from 255) = 38.89%

 GREEN value IS 160 (62.89% from 255) = 29.63%

 BLUE value IS 170 (66.8% from 255) = 31.48%

R = 38.89%
G = 29.63%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D2A0AA (or 0xD2A0AA) is known color: Careys Pink. HEX triplet: D2, A0 and AA. RGB value is (210,160,170). Sum of RGB (Red+Green+Blue) = 210+160+170=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A0AA is #2D5F55. Grayscale: #B0B0B0. Windows color (decimal): -2973526 or 11182290. OLE color: 11182290.

HSL color Cylindrical-coordinate representation of color #D2A0AA: hue angle of 348º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A0AA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 160 170 -
CMYK 0 0.24 0.19 0.18
HSL 348º 0.36% 0.73% -
HSV(B) 348º 0.24% 0.82% -
XYZ 46.4 41.75 43.64 -
YUV 176.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 210 160 170 0 0.24 0.19 0.18 348 0.36 0.73
Hex D2 A0 AA 0 18 13 12 15C 24 49
Octal 322 240 252 0 30 23 22 534 44 111
Binary 11010010 10100000 10101010 0 11000 10011 10010 101011100 100100 1001001

Color Harmonies of #D2A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A0AA

Black with #D2A0AA

Text Example


Text Example

White with #D2A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A0AA; }

 p { color: rgb(210,160,170); }

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

background-color css

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

 a { background-color: rgb(210,160,170); }

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

border-color css

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

 span { border-color: rgb(210,160,170); }

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