#D0979A

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

Shades of Careys Pink #D0979A

Tints of Careys Pink #D0979A

Color information

#D0979A (or 0xD0979A) is unknown color: approx Careys Pink. HEX triplet: D0, 97 and 9A. RGB value is (208,151,154). Sum of RGB (Red+Green+Blue) = 208+151+154=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0979A is #2F6865. Grayscale: #A8A8A8. Windows color (decimal): -3106918 or 10131408. OLE color: 10131408.

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

Color convert

RGB208151154-
CMYK00.270.260.18
HSL356.84º37.75%70.39%-
HSV(B)356.84º27.4%81.57%-
XYZ42.9137.8835.62-
YUV168.39119.88156.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=40.55%
G=29.43%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815115400.270.260.18356.8437.7570.39
HexD0979A01B1A121652646
Octal320227232033322254546106
Binary11010000100101111001101001101111010100101011001011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0979A; }

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

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

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

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

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

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

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

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