#D6999C

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

Shades of Careys Pink #D6999C

Tints of Careys Pink #D6999C

Color information

#D6999C (or 0xD6999C) is unknown color: approx Careys Pink. HEX triplet: D6, 99 and 9C. RGB value is (214,153,156). Sum of RGB (Red+Green+Blue) = 214+153+156=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6999C is #296663. Grayscale: #ABABAB. Windows color (decimal): -2713188 or 10262998. OLE color: 10262998.

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

Color convert

RGB214153156-
CMYK00.290.270.16
HSL357.05º42.66%71.96%-
HSV(B)357.05º28.5%83.92%-
XYZ45.1239.4836.69-
YUV171.58119.21158.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=40.92%
G=29.25%
B=29.83%

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
Decimal21415315600.290.270.16357.0542.6671.96
HexD6999C01D1B101652b48
Octal326231234035332054553110
Binary11010110100110011001110001110111011100001011001011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6999C; }

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

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

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

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

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

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

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

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