#D09CA4

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

Shades of Careys Pink #D09CA4

Tints of Careys Pink #D09CA4

Color information

#D09CA4 (or 0xD09CA4) is unknown color: approx Careys Pink. HEX triplet: D0, 9C and A4. RGB value is (208,156,164). Sum of RGB (Red+Green+Blue) = 208+156+164=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09CA4 is #2F635B. Grayscale: #ACACAC. Windows color (decimal): -3105628 or 10788048. OLE color: 10788048.

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

Color convert

RGB208156164-
CMYK00.250.210.18
HSL350.77º35.62%71.37%-
HSV(B)350.77º25%81.57%-
XYZ44.639.8740.47-
YUV172.46123.23153.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=39.39%
G=29.55%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815616400.250.210.18350.7735.6271.37
HexD09CA4019151215f2447
Octal320234244031252253744107
Binary11010000100111001010010001100110101100101010111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CA4; }

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

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

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

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

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

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

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

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