Html Css Color HEX #D0A5A6 Careys Pink

📋 copy color: '#D0A5A6'

red 208 ◦ green 165 ◦ blue 166

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

Shades of Careys Pink #D0A5A6

Tints of Careys Pink #D0A5A6

RGB

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

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

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

R = 38.59%
G = 30.61%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D0A5A6 (or 0xD0A5A6) is known color: Careys Pink. HEX triplet: D0, A5 and A6. RGB value is (208,165,166). Sum of RGB (Red+Green+Blue) = 208+165+166=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A5A6 is #2F5A59. Grayscale: #B2B2B2. Windows color (decimal): -3103322 or 10921424. OLE color: 10921424.

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

Color convert

RGB 208 165 166 -
CMYK 0 0.21 0.20 0.18
HSL 358.6º 0.31% 0.73% -
HSV(B) 358.6º 0.21% 0.82% -
XYZ 46.35 43.07 41.95 -
YUV 177.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 208 165 166 0 0.21 0.20 0.18 358.6 0.31 0.73
Hex D0 A5 A6 0 15 14 12 167 1F 49
Octal 320 245 246 0 25 24 22 547 37 111
Binary 11010000 10100101 10100110 0 10101 10100 10010 101100111 11111 1001001

Color Harmonies of #D0A5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A5A6

Black with #D0A5A6

Text Example


Text Example

White with #D0A5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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