Html Css Color HEX #D8A0A5 Careys Pink

📋 copy color: '#D8A0A5'

red 216 ◦ green 160 ◦ blue 165

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

Shades of Careys Pink #D8A0A5

Tints of Careys Pink #D8A0A5

RGB

 RED value IS 216 (84.77% from 255) = 39.93%

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

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

R = 39.93%
G = 29.57%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D8A0A5 (or 0xD8A0A5) is known color: Careys Pink. HEX triplet: D8, A0 and A5. RGB value is (216,160,165). Sum of RGB (Red+Green+Blue) = 216+160+165=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A0A5 is #275F5A. Grayscale: #B1B1B1. Windows color (decimal): -2580315 or 10854616. OLE color: 10854616.

HSL color Cylindrical-coordinate representation of color #D8A0A5: hue angle of 354.64º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0A5 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 165 -
CMYK 0 0.26 0.24 0.15
HSL 354.64º 0.42% 0.74% -
HSV(B) 354.64º 0.26% 0.85% -
XYZ 47.68 42.46 41.28 -
YUV 177.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 216 160 165 0 0.26 0.24 0.15 354.64 0.42 0.74
Hex D8 A0 A5 0 1A 18 F 163 2A 4A
Octal 330 240 245 0 32 30 17 543 52 112
Binary 11011000 10100000 10100101 0 11010 11000 1111 101100011 101010 1001010

Color Harmonies of #D8A0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0A5

Black with #D8A0A5

Text Example


Text Example

White with #D8A0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0A5; }

 p { color: rgb(216,160,165); }

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

background-color css

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

 a { background-color: rgb(216,160,165); }

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

border-color css

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

 span { border-color: rgb(216,160,165); }

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