Html Css Color HEX #D0A5AD Careys Pink

📋 copy color: '#D0A5AD'

red 208 ◦ green 165 ◦ blue 173

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

Shades of Careys Pink #D0A5AD

Tints of Careys Pink #D0A5AD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.22%

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

R = 38.1%
G = 30.22%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0A5AD (or 0xD0A5AD) is known color: Careys Pink. HEX triplet: D0, A5 and AD. RGB value is (208,165,173). Sum of RGB (Red+Green+Blue) = 208+165+173=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A5AD is #2F5A52. Grayscale: #B2B2B2. Windows color (decimal): -3103315 or 11380176. OLE color: 11380176.

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

Color convert

RGB 208 165 173 -
CMYK 0 0.21 0.17 0.18
HSL 348.84º 0.31% 0.73% -
HSV(B) 348.84º 0.21% 0.82% -
XYZ 47.01 43.34 45.42 -
YUV 178.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 208 165 173 0 0.21 0.17 0.18 348.84 0.31 0.73
Hex D0 A5 AD 0 15 11 12 15D 1F 49
Octal 320 245 255 0 25 21 22 535 37 111
Binary 11010000 10100101 10101101 0 10101 10001 10010 101011101 11111 1001001

Color Harmonies of #D0A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A5AD

Black with #D0A5AD

Text Example


Text Example

White with #D0A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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