Html Css Color HEX #D0A5A8 Careys Pink

📋 copy color: '#D0A5A8'

red 208 ◦ green 165 ◦ blue 168

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

Shades of Careys Pink #D0A5A8

Tints of Careys Pink #D0A5A8

RGB

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

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

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

R = 38.45%
G = 30.5%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D0A5A8 (or 0xD0A5A8) is known color: Careys Pink. HEX triplet: D0, A5 and A8. RGB value is (208,165,168). Sum of RGB (Red+Green+Blue) = 208+165+168=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A5A8 is #2F5A57. Grayscale: #B2B2B2. Windows color (decimal): -3103320 or 11052496. OLE color: 11052496.

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

Color convert

RGB 208 165 168 -
CMYK 0 0.21 0.19 0.18
HSL 355.81º 0.31% 0.73% -
HSV(B) 355.81º 0.21% 0.82% -
XYZ 46.54 43.15 42.92 -
YUV 178.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 208 165 168 0 0.21 0.19 0.18 355.81 0.31 0.73
Hex D0 A5 A8 0 15 13 12 164 1F 49
Octal 320 245 250 0 25 23 22 544 37 111
Binary 11010000 10100101 10101000 0 10101 10011 10010 101100100 11111 1001001

Color Harmonies of #D0A5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A5A8

Black with #D0A5A8

Text Example


Text Example

White with #D0A5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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