Html Css Color HEX #D09FAC Careys Pink

📋 copy color: '#D09FAC'

red 208 ◦ green 159 ◦ blue 172

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

Shades of Careys Pink #D09FAC

Tints of Careys Pink #D09FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.91%

R = 38.59%
G = 29.5%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D09FAC (or 0xD09FAC) is known color: Careys Pink. HEX triplet: D0, 9F and AC. RGB value is (208,159,172). Sum of RGB (Red+Green+Blue) = 208+159+172=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FAC is #2F6053. Grayscale: #AFAFAF. Windows color (decimal): -3104852 or 11313104. OLE color: 11313104.

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

Color convert

RGB 208 159 172 -
CMYK 0 0.24 0.17 0.18
HSL 344.08º 0.34% 0.72% -
HSV(B) 344.08º 0.24% 0.82% -
XYZ 45.86 41.18 44.56 -
YUV 175.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 208 159 172 0 0.24 0.17 0.18 344.08 0.34 0.72
Hex D0 9F AC 0 18 11 12 158 22 48
Octal 320 237 254 0 30 21 22 530 42 110
Binary 11010000 10011111 10101100 0 11000 10001 10010 101011000 100010 1001000

Color Harmonies of #D09FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09FAC

Black with #D09FAC

Text Example


Text Example

White with #D09FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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