Html Css Color HEX #D8A0A6 Careys Pink

📋 copy color: '#D8A0A6'

red 216 ◦ green 160 ◦ blue 166

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

Shades of Careys Pink #D8A0A6

Tints of Careys Pink #D8A0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 39.85%
G = 29.52%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D8A0A6 (or 0xD8A0A6) is known color: Careys Pink. HEX triplet: D8, A0 and A6. RGB value is (216,160,166). Sum of RGB (Red+Green+Blue) = 216+160+166=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A0A6 is #275F59. Grayscale: #B1B1B1. Windows color (decimal): -2580314 or 10920152. OLE color: 10920152.

HSL color Cylindrical-coordinate representation of color #D8A0A6: hue angle of 353.57º 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 #D8A0A6 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 166 -
CMYK 0 0.26 0.23 0.15
HSL 353.57º 0.42% 0.74% -
HSV(B) 353.57º 0.26% 0.85% -
XYZ 47.77 42.49 41.76 -
YUV 177.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 216 160 166 0 0.26 0.23 0.15 353.57 0.42 0.74
Hex D8 A0 A6 0 1A 17 F 162 2A 4A
Octal 330 240 246 0 32 27 17 542 52 112
Binary 11011000 10100000 10100110 0 11010 10111 1111 101100010 101010 1001010

Color Harmonies of #D8A0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0A6

Black with #D8A0A6

Text Example


Text Example

White with #D8A0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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