#D2969C

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

Shades of Careys Pink #D2969C

Tints of Careys Pink #D2969C

Color information

#D2969C (or 0xD2969C) is unknown color: approx Careys Pink. HEX triplet: D2, 96 and 9C. RGB value is (210,150,156). Sum of RGB (Red+Green+Blue) = 210+150+156=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2969C is #2D6963. Grayscale: #A8A8A8. Windows color (decimal): -2976100 or 10262226. OLE color: 10262226.

HSL color Cylindrical-coordinate representation of color #D2969C: hue angle of 354º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2969C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB210150156-
CMYK00.290.260.18
HSL354º40%70.59%-
HSV(B)354º28.57%82.35%-
XYZ43.4937.9136.48-
YUV168.62120.88157.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=40.70%
G=29.07%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015015600.290.260.183544070.59
HexD2969C01D1A121622847
Octal322226234035322254250107
Binary11010010100101101001110001110111010100101011000101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2969C; }

 p { color: rgb(210,150,156); }

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

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

 a { background-color: rgb(210,150,156); }

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

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

 span { border-color: rgb(210,150,156); }

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