#CC959A

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

Shades of Careys Pink #CC959A

Tints of Careys Pink #CC959A

Color information

#CC959A (or 0xCC959A) is unknown color: approx Careys Pink. HEX triplet: CC, 95 and 9A. RGB value is (204,149,154). Sum of RGB (Red+Green+Blue) = 204+149+154=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC959A is #336A65. Grayscale: #A6A6A6. Windows color (decimal): -3369574 or 10130892. OLE color: 10130892.

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

Color convert

RGB204149154-
CMYK00.270.250.2
HSL354.55º35.03%69.22%-
HSV(B)354.55º26.96%80%-
XYZ41.4836.6735.46-
YUV166.02121.22155.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=40.24%
G=29.39%
B=30.37%

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
Decimal20414915400.270.250.2354.5535.0369.22
HexCC959A01B19141632345
Octal314225232033312454343105
Binary11001100100101011001101001101111001101001011000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC959A; }

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

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

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

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

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

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

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

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