#CD979D

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

Shades of Careys Pink #CD979D

Tints of Careys Pink #CD979D

Color information

#CD979D (or 0xCD979D) is unknown color: approx Careys Pink. HEX triplet: CD, 97 and 9D. RGB value is (205,151,157). Sum of RGB (Red+Green+Blue) = 205+151+157=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD979D is #326862. Grayscale: #A7A7A7. Windows color (decimal): -3303523 or 10328013. OLE color: 10328013.

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

Color convert

RGB205151157-
CMYK00.260.230.20
HSL353.33º35.06%69.8%-
HSV(B)353.33º26.34%80.39%-
XYZ42.3337.5536.91-
YUV167.83121.89154.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=39.96%
G=29.43%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515115700.260.230.20353.3335.0669.8
HexCD979D01A17141612346
Octal315227235032272454143106
Binary11001101100101111001110101101010111101001011000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD979D; }

 p { color: rgb(205,151,157); }

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

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

 a { background-color: rgb(205,151,157); }

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

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

 span { border-color: rgb(205,151,157); }

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