#CD989C

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

Shades of Careys Pink #CD989C

Tints of Careys Pink #CD989C

Color information

#CD989C (or 0xCD989C) is unknown color: approx Careys Pink. HEX triplet: CD, 98 and 9C. RGB value is (205,152,156). Sum of RGB (Red+Green+Blue) = 205+152+156=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD989C is #326763. Grayscale: #A8A8A8. Windows color (decimal): -3303268 or 10262733. OLE color: 10262733.

HSL color Cylindrical-coordinate representation of color #CD989C: hue angle of 355.47º 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 #CD989C is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205152156-
CMYK00.260.240.20
HSL355.47º34.64%70%-
HSV(B)355.47º25.85%80.39%-
XYZ42.4137.8436.52-
YUV168.3121.06154.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=39.96%
G=29.63%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515215600.260.240.20355.4734.6470
HexCD989C01A18141632346
Octal315230234032302454343106
Binary11001101100110001001110001101011000101001011000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD989C; }

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

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

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

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

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

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

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

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