#CC9BA5

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

Shades of Careys Pink #CC9BA5

Tints of Careys Pink #CC9BA5

Color information

#CC9BA5 (or 0xCC9BA5) is unknown color: approx Careys Pink. HEX triplet: CC, 9B and A5. RGB value is (204,155,165). Sum of RGB (Red+Green+Blue) = 204+155+165=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BA5 is #33645A. Grayscale: #AAAAAA. Windows color (decimal): -3368027 or 10853324. OLE color: 10853324.

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

Color convert

RGB204155165-
CMYK00.240.190.2
HSL347.76º32.45%70.39%-
HSV(B)347.76º24.02%80%-
XYZ43.413940.84-
YUV170.79124.73151.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=38.93%
G=29.58%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415516500.240.190.2347.7632.4570.39
HexCC9BA5018131415c2046
Octal314233245030232453440106
Binary11001100100110111010010101100010011101001010111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BA5; }

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

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

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

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

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

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

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

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