#CC9596

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

Shades of Careys Pink #CC9596

Tints of Careys Pink #CC9596

Color information

#CC9596 (or 0xCC9596) is unknown color: approx Careys Pink. HEX triplet: CC, 95 and 96. RGB value is (204,149,150). Sum of RGB (Red+Green+Blue) = 204+149+150=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9596 is #336A69. Grayscale: #A5A5A5. Windows color (decimal): -3369578 or 9868748. OLE color: 9868748.

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

Color convert

RGB204149150-
CMYK00.270.260.2
HSL358.91º35.03%69.22%-
HSV(B)358.91º26.96%80%-
XYZ41.1536.5333.74-
YUV165.56119.22155.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=40.56%
G=29.62%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414915000.270.260.2358.9135.0369.22
HexCC959601B1A141672345
Octal314225226033322454743105
Binary11001100100101011001011001101111010101001011001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9596; }

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

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

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

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

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

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

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

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