#D09BA7

Color #D09BA7 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #D09BA7

Tints of Careys Pink #D09BA7

Color information

#D09BA7 (or 0xD09BA7) is unknown color: approx Careys Pink. HEX triplet: D0, 9B and A7. RGB value is (208,155,167). Sum of RGB (Red+Green+Blue) = 208+155+167=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BA7 is #2F6458. Grayscale: #ACACAC. Windows color (decimal): -3105881 or 10984400. OLE color: 10984400.

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

Color convert

RGB208155167-
CMYK00.250.200.18
HSL346.42º36.05%71.18%-
HSV(B)346.42º25.48%81.57%-
XYZ44.7139.6441.85-
YUV172.22125.06153.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 167 (65.62% from 255) = 31.51%
R=39.25%
G=29.25%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815516700.250.200.18346.4236.0571.18
HexD09BA7019141215a2447
Octal320233247031242253244107
Binary11010000100110111010011101100110100100101010110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BA7; }

 p { color: rgb(208,155,167); }

 H1.HeaderClassName
 {
   color: #D09BA7;
 }
 .AnyTagClassName
 {
   color: #D09BA7;
 }
</style>
background-color css

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

 a { background-color: rgb(208,155,167); }

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

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

 span { border-color: rgb(208,155,167); }

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