Html Css Color HEX #D09FA1 Careys Pink

📋 copy color: '#D09FA1'

red 208 ◦ green 159 ◦ blue 161

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

Shades of Careys Pink #D09FA1

Tints of Careys Pink #D09FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.49%

R = 39.39%
G = 30.11%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D09FA1 (or 0xD09FA1) is known color: Careys Pink. HEX triplet: D0, 9F and A1. RGB value is (208,159,161). Sum of RGB (Red+Green+Blue) = 208+159+161=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FA1 is #2F605E. Grayscale: #ADADAD. Windows color (decimal): -3104863 or 10592208. OLE color: 10592208.

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

Color convert

RGB 208 159 161 -
CMYK 0 0.24 0.23 0.18
HSL 357.55º 0.34% 0.72% -
HSV(B) 357.55º 0.24% 0.82% -
XYZ 44.84 40.78 39.23 -
YUV 173.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 208 159 161 0 0.24 0.23 0.18 357.55 0.34 0.72
Hex D0 9F A1 0 18 17 12 166 22 48
Octal 320 237 241 0 30 27 22 546 42 110
Binary 11010000 10011111 10100001 0 11000 10111 10010 101100110 100010 1001000

Color Harmonies of #D09FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09FA1

Black with #D09FA1

Text Example


Text Example

White with #D09FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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