#D796A1

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

Shades of Careys Pink #D796A1

Tints of Careys Pink #D796A1

Color information

#D796A1 (or 0xD796A1) is unknown color: approx Careys Pink. HEX triplet: D7, 96 and A1. RGB value is (215,150,161). Sum of RGB (Red+Green+Blue) = 215+150+161=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D796A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D796A1 is #28695E. Grayscale: #AAAAAA. Windows color (decimal): -2648415 or 10589911. OLE color: 10589911.

HSL color Cylindrical-coordinate representation of color #D796A1: hue angle of 349.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796A1 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB215150161-
CMYK00.300.250.16
HSL349.85º44.83%71.57%-
HSV(B)349.85º30.23%84.31%-
XYZ45.3638.8338.82-
YUV170.69122.53159.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.87%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=40.87%
G=28.52%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515016100.300.250.16349.8544.8371.57
HexD796A101E191015e2d48
Octal327226241036312053655110
Binary11010111100101101010000101111011001100001010111101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796A1; }

 p { color: rgb(215,150,161); }

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

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

 a { background-color: rgb(215,150,161); }

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

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

 span { border-color: rgb(215,150,161); }

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