#C99B9E

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

Shades of Careys Pink #C99B9E

Tints of Careys Pink #C99B9E

Color information

#C99B9E (or 0xC99B9E) is unknown color: approx Careys Pink. HEX triplet: C9, 9B and 9E. RGB value is (201,155,158). Sum of RGB (Red+Green+Blue) = 201+155+158=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B9E is #366461. Grayscale: #A9A9A9. Windows color (decimal): -3564642 or 10394569. OLE color: 10394569.

HSL color Cylindrical-coordinate representation of color #C99B9E: hue angle of 356.09º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99B9E is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB201155158-
CMYK00.230.210.21
HSL356.09º29.87%69.8%-
HSV(B)356.09º22.89%78.82%-
XYZ41.9838.3337.53-
YUV169.1121.74150.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.11%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=39.11%
G=30.16%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115515800.230.210.21356.0929.8769.8
HexC99B9E01715151641e46
Octal311233236027252554436106
Binary1100100110011011100111100101111010110101101100100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99B9E; }

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

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

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

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

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

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

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

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