#CD979C

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

Shades of Careys Pink #CD979C

Tints of Careys Pink #CD979C

Color information

#CD979C (or 0xCD979C) is unknown color: approx Careys Pink. HEX triplet: CD, 97 and 9C. RGB value is (205,151,156). Sum of RGB (Red+Green+Blue) = 205+151+156=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD979C is #326863. Grayscale: #A7A7A7. Windows color (decimal): -3303524 or 10262477. OLE color: 10262477.

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

Color convert

RGB205151156-
CMYK00.260.240.20
HSL354.44º35.06%69.8%-
HSV(B)354.44º26.34%80.39%-
XYZ42.2437.5136.47-
YUV167.72121.39154.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=40.04%
G=29.49%
B=30.47%

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
Decimal20515115600.260.240.20354.4435.0669.8
HexCD979C01A18141622346
Octal315227234032302454243106
Binary11001101100101111001110001101011000101001011000101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD979C; }

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

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

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

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

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

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

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

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