#D09CA8

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

Shades of Careys Pink #D09CA8

Tints of Careys Pink #D09CA8

Color information

#D09CA8 (or 0xD09CA8) is unknown color: approx Careys Pink. HEX triplet: D0, 9C and A8. RGB value is (208,156,168). Sum of RGB (Red+Green+Blue) = 208+156+168=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09CA8 is #2F6357. Grayscale: #ACACAC. Windows color (decimal): -3105624 or 11050192. OLE color: 11050192.

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

Color convert

RGB208156168-
CMYK00.250.190.18
HSL346.15º35.62%71.37%-
HSV(B)346.15º25%81.57%-
XYZ44.9740.0142.4-
YUV172.92125.23153.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=39.10%
G=29.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815616800.250.190.18346.1535.6271.37
HexD09CA8019131215a2447
Octal320234250031232253244107
Binary11010000100111001010100001100110011100101010110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CA8; }

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

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

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

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

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

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

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

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