#C55675

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

Shades of Cabaret #C55675

Tints of Cabaret #C55675

Color information

#C55675 (or 0xC55675) is unknown color: approx Cabaret. HEX triplet: C5, 56 and 75. RGB value is (197,86,117). Sum of RGB (Red+Green+Blue) = 197+86+117=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55675 is #3AA98A. Grayscale: #7A7A7A. Windows color (decimal): -3844491 or 7689925. OLE color: 7689925.

HSL color Cylindrical-coordinate representation of color #C55675: hue angle of 343.24º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55675 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB19786117-
CMYK00.560.410.23
HSL343.24º48.9%55.49%-
HSV(B)343.24º56.35%77.25%-
XYZ29.5619.8119.1-
YUV122.72124.77180.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.25%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=49.25%
G=21.5%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978611700.560.410.23343.2448.955.49
HexC5567503829171573137
Octal30512616507051275276167
Binary1100010110101101110101011100010100110111101010111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55675; }

 p { color: rgb(197,86,117); }

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

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

 a { background-color: rgb(197,86,117); }

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

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

 span { border-color: rgb(197,86,117); }

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