#C9959D

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

Shades of Careys Pink #C9959D

Tints of Careys Pink #C9959D

Color information

#C9959D (or 0xC9959D) is unknown color: approx Careys Pink. HEX triplet: C9, 95 and 9D. RGB value is (201,149,157). Sum of RGB (Red+Green+Blue) = 201+149+157=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9959D is #366A62. Grayscale: #A5A5A5. Windows color (decimal): -3566179 or 10327497. OLE color: 10327497.

HSL color Cylindrical-coordinate representation of color #C9959D: hue angle of 350.77º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9959D is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201149157-
CMYK00.260.220.21
HSL350.77º32.5%68.63%-
HSV(B)350.77º25.87%78.82%-
XYZ40.9236.3536.76-
YUV165.46123.23153.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=39.64%
G=29.39%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114915700.260.220.21350.7732.568.63
HexC9959D01A161515f2045
Octal311225235032262553740105
Binary11001001100101011001110101101010110101011010111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9959D; }

 p { color: rgb(201,149,157); }

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

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

 a { background-color: rgb(201,149,157); }

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

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

 span { border-color: rgb(201,149,157); }

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