#D6989C

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

Shades of Careys Pink #D6989C

Tints of Careys Pink #D6989C

Color information

#D6989C (or 0xD6989C) is unknown color: approx Careys Pink. HEX triplet: D6, 98 and 9C. RGB value is (214,152,156). Sum of RGB (Red+Green+Blue) = 214+152+156=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6989C is #296763. Grayscale: #ABABAB. Windows color (decimal): -2713444 or 10262742. OLE color: 10262742.

HSL color Cylindrical-coordinate representation of color #D6989C: hue angle of 356.13º degrees, saturation: 0.43, 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 #D6989C is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB214152156-
CMYK00.290.270.16
HSL356.13º43.06%71.76%-
HSV(B)356.13º28.97%83.92%-
XYZ44.9639.1536.64-
YUV170.99119.54158.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 156 (61.33% from 255) = 29.89%
R=41.00%
G=29.12%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415215600.290.270.16356.1343.0671.76
HexD6989C01D1B101642b48
Octal326230234035332054453110
Binary11010110100110001001110001110111011100001011001001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6989C; }

 p { color: rgb(214,152,156); }

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

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

 a { background-color: rgb(214,152,156); }

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

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

 span { border-color: rgb(214,152,156); }

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