#CC5C7A

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

Shades of Cabaret #CC5C7A

Tints of Cabaret #CC5C7A

Color information

#CC5C7A (or 0xCC5C7A) is unknown color: approx Cabaret. HEX triplet: CC, 5C and 7A. RGB value is (204,92,122). Sum of RGB (Red+Green+Blue) = 204+92+122=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C7A is #33A385. Grayscale: #808080. Windows color (decimal): -3384198 or 8019148. OLE color: 8019148.

HSL color Cylindrical-coordinate representation of color #CC5C7A: hue angle of 343.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C7A is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB20492122-
CMYK00.550.400.2
HSL343.93º52.34%58.04%-
HSV(B)343.93º54.9%80%-
XYZ32.2421.920.94-
YUV128.91124.11181.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=48.80%
G=22.01%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049212200.550.400.2343.9352.3458.04
HexCC5C7A0372814158343a
Octal31413417206750245306472
Binary1100110010111001111010011011110100010100101011000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5C7A; }

 p { color: rgb(204,92,122); }

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

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

 a { background-color: rgb(204,92,122); }

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

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

 span { border-color: rgb(204,92,122); }

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