#CC9BA0

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

Shades of Careys Pink #CC9BA0

Tints of Careys Pink #CC9BA0

Color information

#CC9BA0 (or 0xCC9BA0) is unknown color: approx Careys Pink. HEX triplet: CC, 9B and A0. RGB value is (204,155,160). Sum of RGB (Red+Green+Blue) = 204+155+160=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BA0 is #33645F. Grayscale: #AAAAAA. Windows color (decimal): -3368032 or 10525644. OLE color: 10525644.

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

Color convert

RGB204155160-
CMYK00.240.220.2
HSL353.88º32.45%70.39%-
HSV(B)353.88º24.02%80%-
XYZ42.9738.8238.49-
YUV170.22122.23152.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=39.31%
G=29.87%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415516000.240.220.2353.8832.4570.39
HexCC9BA001816141622046
Octal314233240030262454240106
Binary11001100100110111010000001100010110101001011000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BA0; }

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

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

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

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

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

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

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

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