#CC999A

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

Shades of Careys Pink #CC999A

Tints of Careys Pink #CC999A

Color information

#CC999A (or 0xCC999A) is unknown color: approx Careys Pink. HEX triplet: CC, 99 and 9A. RGB value is (204,153,154). Sum of RGB (Red+Green+Blue) = 204+153+154=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC999A is #336665. Grayscale: #A8A8A8. Windows color (decimal): -3368550 or 10131916. OLE color: 10131916.

HSL color Cylindrical-coordinate representation of color #CC999A: hue angle of 358.82º 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 #CC999A is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204153154-
CMYK00.250.250.2
HSL358.82º33.33%70%-
HSV(B)358.82º25%80%-
XYZ42.1337.9535.68-
YUV168.36119.9153.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=39.92%
G=29.94%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415315400.250.250.2358.8233.3370
HexCC999A01919141672146
Octal314231232031312454741106
Binary11001100100110011001101001100111001101001011001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC999A; }

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

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

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

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

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

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

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

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