#D4969C

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

Shades of Careys Pink #D4969C

Tints of Careys Pink #D4969C

Color information

#D4969C (or 0xD4969C) is unknown color: approx Careys Pink. HEX triplet: D4, 96 and 9C. RGB value is (212,150,156). Sum of RGB (Red+Green+Blue) = 212+150+156=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4969C is #2B6963. Grayscale: #A9A9A9. Windows color (decimal): -2845028 or 10262228. OLE color: 10262228.

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

Color convert

RGB212150156-
CMYK00.290.260.17
HSL354.19º41.89%70.98%-
HSV(B)354.19º29.25%83.14%-
XYZ44.0638.2136.51-
YUV169.22120.54158.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=40.93%
G=28.96%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215015600.290.260.17354.1941.8970.98
HexD4969C01D1A111622a47
Octal324226234035322154252107
Binary11010100100101101001110001110111010100011011000101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4969C; }

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

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

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

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

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

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

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

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