#C25568

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

Shades of Cabaret #C25568

Tints of Cabaret #C25568

Color information

#C25568 (or 0xC25568) is unknown color: approx Cabaret. HEX triplet: C2, 55 and 68. RGB value is (194,85,104). Sum of RGB (Red+Green+Blue) = 194+85+104=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C25568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25568 is #3DAA97. Grayscale: #777777. Windows color (decimal): -4041368 or 6837698. OLE color: 6837698.

HSL color Cylindrical-coordinate representation of color #C25568: hue angle of 349.54º 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 #C25568 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19485104-
CMYK00.560.460.24
HSL349.54º47.19%54.71%-
HSV(B)349.54º56.19%76.08%-
XYZ2818.9715.28-
YUV119.76119.11180.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=50.65%
G=22.19%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948510400.560.460.24349.5447.1954.71
HexC255680382E1815e2f37
Octal30212515007056305365767
Binary1100001010101011101000011100010111011000101011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25568; }

 p { color: rgb(194,85,104); }

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

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

 a { background-color: rgb(194,85,104); }

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

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

 span { border-color: rgb(194,85,104); }

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