Html Css Color HEX #D09FAB Careys Pink

📋 copy color: '#D09FAB'

red 208 ◦ green 159 ◦ blue 171

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

Shades of Careys Pink #D09FAB

Tints of Careys Pink #D09FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.55%

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 38.66%
G = 29.55%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D09FAB (or 0xD09FAB) is known color: Careys Pink. HEX triplet: D0, 9F and AB. RGB value is (208,159,171). Sum of RGB (Red+Green+Blue) = 208+159+171=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FAB is #2F6054. Grayscale: #AFAFAF. Windows color (decimal): -3104853 or 11247568. OLE color: 11247568.

HSL color Cylindrical-coordinate representation of color #D09FAB: hue angle of 345.31º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FAB is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 159 171 -
CMYK 0 0.24 0.18 0.18
HSL 345.31º 0.34% 0.72% -
HSV(B) 345.31º 0.24% 0.82% -
XYZ 45.76 41.15 44.06 -
YUV 175.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 208 159 171 0 0.24 0.18 0.18 345.31 0.34 0.72
Hex D0 9F AB 0 18 12 12 159 22 48
Octal 320 237 253 0 30 22 22 531 42 110
Binary 11010000 10011111 10101011 0 11000 10010 10010 101011001 100010 1001000

Color Harmonies of #D09FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09FAB

Black with #D09FAB

Text Example


Text Example

White with #D09FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09FAB; }

 p { color: rgb(208,159,171); }

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

background-color css

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

 a { background-color: rgb(208,159,171); }

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

border-color css

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

 span { border-color: rgb(208,159,171); }

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