#D09C9D

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

Shades of Careys Pink #D09C9D

Tints of Careys Pink #D09C9D

Color information

#D09C9D (or 0xD09C9D) is unknown color: approx Careys Pink. HEX triplet: D0, 9C and 9D. RGB value is (208,156,157). Sum of RGB (Red+Green+Blue) = 208+156+157=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C9D is #2F6362. Grayscale: #ABABAB. Windows color (decimal): -3105635 or 10329296. OLE color: 10329296.

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

Color convert

RGB208156157-
CMYK00.250.250.18
HSL358.85º35.62%71.37%-
HSV(B)358.85º25%81.57%-
XYZ43.9939.6237.23-
YUV171.66119.73153.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=39.92%
G=29.94%
B=30.13%

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
Decimal20815615700.250.250.18358.8535.6271.37
HexD09C9D01919121672447
Octal320234235031312254744107
Binary11010000100111001001110101100111001100101011001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09C9D; }

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

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

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

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

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

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

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

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