#C99399

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

Shades of Careys Pink #C99399

Tints of Careys Pink #C99399

Color information

#C99399 (or 0xC99399) is unknown color: approx Careys Pink. HEX triplet: C9, 93 and 99. RGB value is (201,147,153). Sum of RGB (Red+Green+Blue) = 201+147+153=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99399 is #366C66. Grayscale: #A3A3A3. Windows color (decimal): -3566695 or 10064841. OLE color: 10064841.

HSL color Cylindrical-coordinate representation of color #C99399: hue angle of 353.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99399 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB201147153-
CMYK00.270.240.21
HSL353.33º33.33%68.24%-
HSV(B)353.33º26.87%78.82%-
XYZ40.2735.5834.88-
YUV163.83121.89154.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=40.12%
G=29.34%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114715300.270.240.21353.3333.3368.24
HexC9939901B18151612144
Octal311223231033302554141104
Binary11001001100100111001100101101111000101011011000011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99399; }

 p { color: rgb(201,147,153); }

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

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

 a { background-color: rgb(201,147,153); }

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

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

 span { border-color: rgb(201,147,153); }

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