#D09B9C

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

Shades of Careys Pink #D09B9C

Tints of Careys Pink #D09B9C

Color information

#D09B9C (or 0xD09B9C) is unknown color: approx Careys Pink. HEX triplet: D0, 9B and 9C. RGB value is (208,155,156). Sum of RGB (Red+Green+Blue) = 208+155+156=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09B9C is #2F6463. Grayscale: #ABABAB. Windows color (decimal): -3105892 or 10263504. OLE color: 10263504.

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

Color convert

RGB208155156-
CMYK00.250.250.18
HSL358.87º36.05%71.18%-
HSV(B)358.87º25.48%81.57%-
XYZ43.7339.2536.72-
YUV170.96119.56154.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=40.08%
G=29.87%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815515600.250.250.18358.8736.0571.18
HexD09B9C01919121672447
Octal320233234031312254744107
Binary11010000100110111001110001100111001100101011001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09B9C; }

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

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

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

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

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

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

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

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