#C8979E

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

Shades of Careys Pink #C8979E

Tints of Careys Pink #C8979E

Color information

#C8979E (or 0xC8979E) is unknown color: approx Careys Pink. HEX triplet: C8, 97 and 9E. RGB value is (200,151,158). Sum of RGB (Red+Green+Blue) = 200+151+158=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8979E is #376861. Grayscale: #A6A6A6. Windows color (decimal): -3631202 or 10393544. OLE color: 10393544.

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

Color convert

RGB200151158-
CMYK00.240.210.22
HSL351.43º30.82%68.82%-
HSV(B)351.43º24.5%78.43%-
XYZ41.0636.8837.3-
YUV166.45123.23151.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=39.29%
G=29.67%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015115800.240.210.22351.4330.8268.82
HexC8979E018151615f1f45
Octal310227236030252653737105
Binary1100100010010111100111100110001010110110101011111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8979E; }

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

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

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

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

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

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

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

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