#D7999B

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

Shades of Careys Pink #D7999B

Tints of Careys Pink #D7999B

Color information

#D7999B (or 0xD7999B) is unknown color: approx Careys Pink. HEX triplet: D7, 99 and 9B. RGB value is (215,153,155). Sum of RGB (Red+Green+Blue) = 215+153+155=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7999B is #286664. Grayscale: #ABABAB. Windows color (decimal): -2647653 or 10197463. OLE color: 10197463.

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

Color convert

RGB215153155-
CMYK00.290.280.16
HSL358.06º43.66%72.16%-
HSV(B)358.06º28.84%84.31%-
XYZ45.3339.636.26-
YUV171.77118.54158.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=41.11%
G=29.25%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515315500.290.280.16358.0643.6672.16
HexD7999B01D1C101662c48
Octal327231233035342054654110
Binary11010111100110011001101101110111100100001011001101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7999B; }

 p { color: rgb(215,153,155); }

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

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

 a { background-color: rgb(215,153,155); }

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

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

 span { border-color: rgb(215,153,155); }

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