#C25670

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

Shades of Cabaret #C25670

Tints of Cabaret #C25670

Color information

#C25670 (or 0xC25670) is unknown color: approx Cabaret. HEX triplet: C2, 56 and 70. RGB value is (194,86,112). Sum of RGB (Red+Green+Blue) = 194+86+112=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C25670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25670 is #3DA98F. Grayscale: #797979. Windows color (decimal): -4041104 or 7362242. OLE color: 7362242.

HSL color Cylindrical-coordinate representation of color #C25670: hue angle of 345.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25670 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19486112-
CMYK00.560.420.24
HSL345.56º46.96%54.9%-
HSV(B)345.56º55.67%76.08%-
XYZ28.519.2917.55-
YUV121.26122.78179.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=49.49%
G=21.94%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948611200.560.420.24345.5646.9654.9
HexC256700382A1815a2f37
Octal30212616007052305325767
Binary1100001010101101110000011100010101011000101011010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25670; }

 p { color: rgb(194,86,112); }

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

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

 a { background-color: rgb(194,86,112); }

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

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

 span { border-color: rgb(194,86,112); }

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