#C99599

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

Shades of Careys Pink #C99599

Tints of Careys Pink #C99599

Color information

#C99599 (or 0xC99599) is unknown color: approx Careys Pink. HEX triplet: C9, 95 and 99. RGB value is (201,149,153). Sum of RGB (Red+Green+Blue) = 201+149+153=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C99599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99599 is #366A66. Grayscale: #A5A5A5. Windows color (decimal): -3566183 or 10065353. OLE color: 10065353.

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

Color convert

RGB201149153-
CMYK00.260.240.21
HSL355.38º32.5%68.63%-
HSV(B)355.38º25.87%78.82%-
XYZ40.5836.2134.99-
YUV165121.23153.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=39.96%
G=29.62%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114915300.260.240.21355.3832.568.63
HexC9959901A18151632045
Octal311225231032302554340105
Binary11001001100101011001100101101011000101011011000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99599; }

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

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

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

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

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

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

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

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