#D0959A

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

Shades of Careys Pink #D0959A

Tints of Careys Pink #D0959A

Color information

#D0959A (or 0xD0959A) is unknown color: approx Careys Pink. HEX triplet: D0, 95 and 9A. RGB value is (208,149,154). Sum of RGB (Red+Green+Blue) = 208+149+154=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0959A is #2F6A65. Grayscale: #A7A7A7. Windows color (decimal): -3107430 or 10130896. OLE color: 10130896.

HSL color Cylindrical-coordinate representation of color #D0959A: hue angle of 354.92º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0959A is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB208149154-
CMYK00.280.260.18
HSL354.92º38.56%70%-
HSV(B)354.92º28.37%81.57%-
XYZ42.5937.2435.51-
YUV167.21120.55157.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=40.70%
G=29.16%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814915400.280.260.18354.9238.5670
HexD0959A01C1A121632746
Octal320225232034322254347106
Binary11010000100101011001101001110011010100101011000111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0959A; }

 p { color: rgb(208,149,154); }

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

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

 a { background-color: rgb(208,149,154); }

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

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

 span { border-color: rgb(208,149,154); }

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