#C55F6A

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

Shades of Cabaret #C55F6A

Tints of Cabaret #C55F6A

Color information

#C55F6A (or 0xC55F6A) is unknown color: approx Cabaret. HEX triplet: C5, 5F and 6A. RGB value is (197,95,106). Sum of RGB (Red+Green+Blue) = 197+95+106=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F6A is #3AA095. Grayscale: #7E7E7E. Windows color (decimal): -3842198 or 6971333. OLE color: 6971333.

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

Color convert

RGB19795106-
CMYK00.520.460.23
HSL353.53º46.79%57.25%-
HSV(B)353.53º51.78%77.25%-
XYZ29.7221.116.14-
YUV126.75116.29178.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=49.50%
G=23.87%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979510600.520.460.23353.5346.7957.25
HexC55F6A0342E171622f39
Octal30513715206456275425771
Binary1100010110111111101010011010010111010111101100010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F6A; }

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

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

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

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

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

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

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

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