#CC959E

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

Shades of Careys Pink #CC959E

Tints of Careys Pink #CC959E

Color information

#CC959E (or 0xCC959E) is unknown color: approx Careys Pink. HEX triplet: CC, 95 and 9E. RGB value is (204,149,158). Sum of RGB (Red+Green+Blue) = 204+149+158=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC959E is #336A61. Grayscale: #A6A6A6. Windows color (decimal): -3369570 or 10393036. OLE color: 10393036.

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

Color convert

RGB204149158-
CMYK00.270.230.2
HSL350.18º35.03%69.22%-
HSV(B)350.18º26.96%80%-
XYZ41.8236.837.25-
YUV166.47123.22154.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=39.92%
G=29.16%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414915800.270.230.2350.1835.0369.22
HexCC959E01B171415e2345
Octal314225236033272453643105
Binary11001100100101011001111001101110111101001010111101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC959E; }

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

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

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

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

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

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

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

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