Html Css Color HEX #D09AA6 Careys Pink

📋 copy color: '#D09AA6'

red 208 ◦ green 154 ◦ blue 166

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

Shades of Careys Pink #D09AA6

Tints of Careys Pink #D09AA6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.17%

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

R = 39.39%
G = 29.17%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D09AA6 (or 0xD09AA6) is known color: Careys Pink. HEX triplet: D0, 9A and A6. RGB value is (208,154,166). Sum of RGB (Red+Green+Blue) = 208+154+166=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AA6 is #2F6559. Grayscale: #ABABAB. Windows color (decimal): -3106138 or 10918608. OLE color: 10918608.

HSL color Cylindrical-coordinate representation of color #D09AA6: hue angle of 346.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09AA6 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 166 -
CMYK 0 0.26 0.20 0.18
HSL 346.67º 0.36% 0.71% -
HSV(B) 346.67º 0.26% 0.82% -
XYZ 44.45 39.27 41.31 -
YUV 171.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 208 154 166 0 0.26 0.20 0.18 346.67 0.36 0.71
Hex D0 9A A6 0 1A 14 12 15B 24 47
Octal 320 232 246 0 32 24 22 533 44 107
Binary 11010000 10011010 10100110 0 11010 10100 10010 101011011 100100 1000111

Color Harmonies of #D09AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AA6

Black with #D09AA6

Text Example


Text Example

White with #D09AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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