#D09CA1

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

Shades of Careys Pink #D09CA1

Tints of Careys Pink #D09CA1

Color information

#D09CA1 (or 0xD09CA1) is unknown color: approx Careys Pink. HEX triplet: D0, 9C and A1. RGB value is (208,156,161). Sum of RGB (Red+Green+Blue) = 208+156+161=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09CA1 is #2F635E. Grayscale: #ACACAC. Windows color (decimal): -3105631 or 10591440. OLE color: 10591440.

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

Color convert

RGB208156161-
CMYK00.250.230.18
HSL354.23º35.62%71.37%-
HSV(B)354.23º25%81.57%-
XYZ44.3339.7639.06-
YUV172.12121.73153.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=39.62%
G=29.71%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815616100.250.230.18354.2335.6271.37
HexD09CA101917121622447
Octal320234241031272254244107
Binary11010000100111001010000101100110111100101011000101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CA1; }

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

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

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

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

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

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

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

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