#C9959B

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

Shades of Careys Pink #C9959B

Tints of Careys Pink #C9959B

Color information

#C9959B (or 0xC9959B) is unknown color: approx Careys Pink. HEX triplet: C9, 95 and 9B. RGB value is (201,149,155). Sum of RGB (Red+Green+Blue) = 201+149+155=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C9959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9959B is #366A64. Grayscale: #A5A5A5. Windows color (decimal): -3566181 or 10196425. OLE color: 10196425.

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

Color convert

RGB201149155-
CMYK00.260.230.21
HSL353.08º32.5%68.63%-
HSV(B)353.08º25.87%78.82%-
XYZ40.7536.2835.87-
YUV165.23122.23153.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=39.80%
G=29.50%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114915500.260.230.21353.0832.568.63
HexC9959B01A17151612045
Octal311225233032272554140105
Binary11001001100101011001101101101010111101011011000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9959B; }

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

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

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

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

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

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

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

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