#CD989F

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

Shades of Careys Pink #CD989F

Tints of Careys Pink #CD989F

Color information

#CD989F (or 0xCD989F) is unknown color: approx Careys Pink. HEX triplet: CD, 98 and 9F. RGB value is (205,152,159). Sum of RGB (Red+Green+Blue) = 205+152+159=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD989F is #326760. Grayscale: #A8A8A8. Windows color (decimal): -3303265 or 10459341. OLE color: 10459341.

HSL color Cylindrical-coordinate representation of color #CD989F: hue angle of 352.08º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD989F is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB205152159-
CMYK00.260.220.20
HSL352.08º34.64%70%-
HSV(B)352.08º25.85%80.39%-
XYZ42.6637.9437.88-
YUV168.64122.56153.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=39.73%
G=29.46%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515215900.260.220.20352.0834.6470
HexCD989F01A16141602346
Octal315230237032262454043106
Binary11001101100110001001111101101010110101001011000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD989F; }

 p { color: rgb(205,152,159); }

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

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

 a { background-color: rgb(205,152,159); }

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

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

 span { border-color: rgb(205,152,159); }

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