#CC9496

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

Shades of Careys Pink #CC9496

Tints of Careys Pink #CC9496

Color information

#CC9496 (or 0xCC9496) is unknown color: approx Careys Pink. HEX triplet: CC, 94 and 96. RGB value is (204,148,150). Sum of RGB (Red+Green+Blue) = 204+148+150=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9496 is #336B69. Grayscale: #A5A5A5. Windows color (decimal): -3369834 or 9868492. OLE color: 9868492.

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

Color convert

RGB204148150-
CMYK00.270.260.2
HSL357.86º35.44%69.02%-
HSV(B)357.86º27.45%80%-
XYZ4136.2233.68-
YUV164.97119.55155.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=40.64%
G=29.48%
B=29.88%

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
Decimal20414815000.270.260.2357.8635.4469.02
HexCC949601B1A141662345
Octal314224226033322454643105
Binary11001100100101001001011001101111010101001011001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9496; }

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

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

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

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

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

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

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

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