#C8979F

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

Shades of Careys Pink #C8979F

Tints of Careys Pink #C8979F

Color information

#C8979F (or 0xC8979F) is unknown color: approx Careys Pink. HEX triplet: C8, 97 and 9F. RGB value is (200,151,159). Sum of RGB (Red+Green+Blue) = 200+151+159=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8979F is #376860. Grayscale: #A6A6A6. Windows color (decimal): -3631201 or 10459080. OLE color: 10459080.

HSL color Cylindrical-coordinate representation of color #C8979F: hue angle of 350.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8979F is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB200151159-
CMYK00.240.200.22
HSL350.2º30.82%68.82%-
HSV(B)350.2º24.5%78.43%-
XYZ41.1436.9237.76-
YUV166.56123.73151.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=39.22%
G=29.61%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015115900.240.200.22350.230.8268.82
HexC8979F018141615e1f45
Octal310227237030242653637105
Binary1100100010010111100111110110001010010110101011110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8979F; }

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

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

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

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

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

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

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

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