#D7969B

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

Shades of Careys Pink #D7969B

Tints of Careys Pink #D7969B

Color information

#D7969B (or 0xD7969B) is unknown color: approx Careys Pink. HEX triplet: D7, 96 and 9B. RGB value is (215,150,155). Sum of RGB (Red+Green+Blue) = 215+150+155=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7969B is #286964. Grayscale: #AAAAAA. Windows color (decimal): -2648421 or 10196695. OLE color: 10196695.

HSL color Cylindrical-coordinate representation of color #D7969B: hue angle of 355.38º 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 #D7969B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB215150155-
CMYK00.300.280.16
HSL355.38º44.83%71.57%-
HSV(B)355.38º30.23%84.31%-
XYZ44.8538.6336.1-
YUV170119.53160.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=41.35%
G=28.85%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515015500.300.280.16355.3844.8371.57
HexD7969B01E1C101632d48
Octal327226233036342054355110
Binary11010111100101101001101101111011100100001011000111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7969B; }

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

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

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

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

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

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

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

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