#CC9499

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

Shades of Careys Pink #CC9499

Tints of Careys Pink #CC9499

Color information

#CC9499 (or 0xCC9499) is unknown color: approx Careys Pink. HEX triplet: CC, 94 and 99. RGB value is (204,148,153). Sum of RGB (Red+Green+Blue) = 204+148+153=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9499 is #336B66. Grayscale: #A5A5A5. Windows color (decimal): -3369831 or 10065100. OLE color: 10065100.

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

Color convert

RGB204148153-
CMYK00.270.250.2
HSL354.64º35.44%69.02%-
HSV(B)354.64º27.45%80%-
XYZ41.2436.3234.97-
YUV165.31121.05155.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=40.40%
G=29.31%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414815300.270.250.2354.6435.4469.02
HexCC949901B19141632345
Octal314224231033312454343105
Binary11001100100101001001100101101111001101001011000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9499; }

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

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

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

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

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

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

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

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