#CC9BA9

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

Shades of Careys Pink #CC9BA9

Tints of Careys Pink #CC9BA9

Color information

#CC9BA9 (or 0xCC9BA9) is unknown color: approx Careys Pink. HEX triplet: CC, 9B and A9. RGB value is (204,155,169). Sum of RGB (Red+Green+Blue) = 204+155+169=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BA9 is #336456. Grayscale: #ABABAB. Windows color (decimal): -3368023 or 11115468. OLE color: 11115468.

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

Color convert

RGB204155169-
CMYK00.240.170.2
HSL342.86º32.45%70.39%-
HSV(B)342.86º24.02%80%-
XYZ43.7839.1442.78-
YUV171.25126.73151.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=38.64%
G=29.36%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415516900.240.170.2342.8632.4570.39
HexCC9BA901811141572046
Octal314233251030212452740106
Binary11001100100110111010100101100010001101001010101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BA9; }

 p { color: rgb(204,155,169); }

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

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

 a { background-color: rgb(204,155,169); }

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

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

 span { border-color: rgb(204,155,169); }

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