#CC99A8

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

Shades of Careys Pink #CC99A8

Tints of Careys Pink #CC99A8

Color information

#CC99A8 (or 0xCC99A8) is unknown color: approx Careys Pink. HEX triplet: CC, 99 and A8. RGB value is (204,153,168). Sum of RGB (Red+Green+Blue) = 204+153+168=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99A8 is #336657. Grayscale: #A9A9A9. Windows color (decimal): -3368536 or 11049420. OLE color: 11049420.

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

Color convert

RGB204153168-
CMYK00.250.180.2
HSL342.35º33.33%70%-
HSV(B)342.35º25%80%-
XYZ43.3638.4542.18-
YUV169.96126.9152.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 168 (66.02% from 255) = 32%
R=38.86%
G=29.14%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415316800.250.180.2342.3533.3370
HexCC99A801912141562146
Octal314231250031222452641106
Binary11001100100110011010100001100110010101001010101101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99A8; }

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

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

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

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

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

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

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

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