Html Css Color HEX #D0A2AD Careys Pink

📋 copy color: '#D0A2AD'

red 208 ◦ green 162 ◦ blue 173

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

Shades of Careys Pink #D0A2AD

Tints of Careys Pink #D0A2AD

RGB

 RED value IS 208 (81.64% from 255) = 38.31%

 GREEN value IS 162 (63.67% from 255) = 29.83%

 BLUE value IS 173 (67.97% from 255) = 31.86%

R = 38.31%
G = 29.83%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0A2AD (or 0xD0A2AD) is known color: Careys Pink. HEX triplet: D0, A2 and AD. RGB value is (208,162,173). Sum of RGB (Red+Green+Blue) = 208+162+173=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A2AD is #2F5D52. Grayscale: #B1B1B1. Windows color (decimal): -3104083 or 11379408. OLE color: 11379408.

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

Color convert

RGB 208 162 173 -
CMYK 0 0.22 0.17 0.18
HSL 345.65º 0.33% 0.73% -
HSV(B) 345.65º 0.22% 0.82% -
XYZ 46.48 42.27 45.24 -
YUV 177.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 208 162 173 0 0.22 0.17 0.18 345.65 0.33 0.73
Hex D0 A2 AD 0 16 11 12 15A 21 49
Octal 320 242 255 0 26 21 22 532 41 111
Binary 11010000 10100010 10101101 0 10110 10001 10010 101011010 100001 1001001

Color Harmonies of #D0A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A2AD

Black with #D0A2AD

Text Example


Text Example

White with #D0A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A2AD; }

 p { color: rgb(208,162,173); }

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

background-color css

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

 a { background-color: rgb(208,162,173); }

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

border-color css

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

 span { border-color: rgb(208,162,173); }

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