#D0979C

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

Shades of Careys Pink #D0979C

Tints of Careys Pink #D0979C

Color information

#D0979C (or 0xD0979C) is unknown color: approx Careys Pink. HEX triplet: D0, 97 and 9C. RGB value is (208,151,156). Sum of RGB (Red+Green+Blue) = 208+151+156=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0979C is #2F6863. Grayscale: #A8A8A8. Windows color (decimal): -3106916 or 10262480. OLE color: 10262480.

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

Color convert

RGB208151156-
CMYK00.270.250.18
HSL354.74º37.75%70.39%-
HSV(B)354.74º27.4%81.57%-
XYZ43.0837.9436.51-
YUV168.61120.88156.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=40.39%
G=29.32%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815115600.270.250.18354.7437.7570.39
HexD0979C01B19121632646
Octal320227234033312254346106
Binary11010000100101111001110001101111001100101011000111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0979C; }

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

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

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

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

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

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

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

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