#CD979F

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

Shades of Careys Pink #CD979F

Tints of Careys Pink #CD979F

Color information

#CD979F (or 0xCD979F) is unknown color: approx Careys Pink. HEX triplet: CD, 97 and 9F. RGB value is (205,151,159). Sum of RGB (Red+Green+Blue) = 205+151+159=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD979F is #326860. Grayscale: #A8A8A8. Windows color (decimal): -3303521 or 10459085. OLE color: 10459085.

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

Color convert

RGB205151159-
CMYK00.260.220.20
HSL351.11º35.06%69.8%-
HSV(B)351.11º26.34%80.39%-
XYZ42.537.6237.82-
YUV168.06122.89154.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=39.81%
G=29.32%
B=30.87%

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
Decimal20515115900.260.220.20351.1135.0669.8
HexCD979F01A161415f2346
Octal315227237032262453743106
Binary11001101100101111001111101101010110101001010111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD979F; }

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

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

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

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

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

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

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

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