#CD979A

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

Shades of Careys Pink #CD979A

Tints of Careys Pink #CD979A

Color information

#CD979A (or 0xCD979A) is unknown color: approx Careys Pink. HEX triplet: CD, 97 and 9A. RGB value is (205,151,154). Sum of RGB (Red+Green+Blue) = 205+151+154=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD979A is #326865. Grayscale: #A7A7A7. Windows color (decimal): -3303526 or 10131405. OLE color: 10131405.

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

Color convert

RGB205151154-
CMYK00.260.250.20
HSL356.67º35.06%69.8%-
HSV(B)356.67º26.34%80.39%-
XYZ42.0837.4535.58-
YUV167.49120.39154.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=40.20%
G=29.61%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515115400.260.250.20356.6735.0669.8
HexCD979A01A19141652346
Octal315227232032312454543106
Binary11001101100101111001101001101011001101001011001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD979A; }

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

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

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

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

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

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

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

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