#D7949A

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

Shades of Careys Pink #D7949A

Tints of Careys Pink #D7949A

Color information

#D7949A (or 0xD7949A) is unknown color: approx Careys Pink. HEX triplet: D7, 94 and 9A. RGB value is (215,148,154). Sum of RGB (Red+Green+Blue) = 215+148+154=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7949A is #286B65. Grayscale: #A8A8A8. Windows color (decimal): -2648934 or 10130647. OLE color: 10130647.

HSL color Cylindrical-coordinate representation of color #D7949A: hue angle of 354.63º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7949A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB215148154-
CMYK00.310.280.16
HSL354.63º45.58%71.18%-
HSV(B)354.63º31.16%84.31%-
XYZ44.4537.9635.56-
YUV168.72119.7161.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=41.59%
G=28.63%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514815400.310.280.16354.6345.5871.18
HexD7949A01F1C101632e47
Octal327224232037342054356107
Binary11010111100101001001101001111111100100001011000111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7949A; }

 p { color: rgb(215,148,154); }

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

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

 a { background-color: rgb(215,148,154); }

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

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

 span { border-color: rgb(215,148,154); }

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