#C55D6A

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

Shades of Cabaret #C55D6A

Tints of Cabaret #C55D6A

Color information

#C55D6A (or 0xC55D6A) is unknown color: approx Cabaret. HEX triplet: C5, 5D and 6A. RGB value is (197,93,106). Sum of RGB (Red+Green+Blue) = 197+93+106=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D6A is #3AA295. Grayscale: #7D7D7D. Windows color (decimal): -3842710 or 6970821. OLE color: 6970821.

HSL color Cylindrical-coordinate representation of color #C55D6A: hue angle of 352.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D6A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19793106-
CMYK00.530.460.23
HSL352.5º47.27%56.86%-
HSV(B)352.5º52.79%77.25%-
XYZ29.5420.7416.08-
YUV125.58116.96178.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=49.75%
G=23.48%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979310600.530.460.23352.547.2756.86
HexC55D6A0352E171602f39
Octal30513515206556275405771
Binary1100010110111011101010011010110111010111101100000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55D6A; }

 p { color: rgb(197,93,106); }

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

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

 a { background-color: rgb(197,93,106); }

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

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

 span { border-color: rgb(197,93,106); }

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