#CC9199

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

Shades of Careys Pink #CC9199

Tints of Careys Pink #CC9199

Color information

#CC9199 (or 0xCC9199) is unknown color: approx Careys Pink. HEX triplet: CC, 91 and 99. RGB value is (204,145,153). Sum of RGB (Red+Green+Blue) = 204+145+153=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9199 is #336E66. Grayscale: #A3A3A3. Windows color (decimal): -3370599 or 10064332. OLE color: 10064332.

HSL color Cylindrical-coordinate representation of color #CC9199: hue angle of 351.86º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9199 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204145153-
CMYK00.290.250.2
HSL351.86º36.65%68.43%-
HSV(B)351.86º28.92%80%-
XYZ40.7835.3934.82-
YUV163.55122.05156.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=40.64%
G=28.88%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414515300.290.250.2351.8636.6568.43
HexCC919901D19141602544
Octal314221231035312454045104
Binary11001100100100011001100101110111001101001011000001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9199; }

 p { color: rgb(204,145,153); }

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

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

 a { background-color: rgb(204,145,153); }

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

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

 span { border-color: rgb(204,145,153); }

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