#C25068

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

Shades of Cabaret #C25068

Tints of Cabaret #C25068

Color information

#C25068 (or 0xC25068) is unknown color: approx Cabaret. HEX triplet: C2, 50 and 68. RGB value is (194,80,104). Sum of RGB (Red+Green+Blue) = 194+80+104=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25068 is #3DAF97. Grayscale: #747474. Windows color (decimal): -4042648 or 6836418. OLE color: 6836418.

HSL color Cylindrical-coordinate representation of color #C25068: hue angle of 347.37º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25068 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19480104-
CMYK00.590.460.24
HSL347.37º48.31%53.73%-
HSV(B)347.37º58.76%76.08%-
XYZ27.6218.2115.16-
YUV116.82120.77183.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=51.32%
G=21.16%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948010400.590.460.24347.3748.3153.73
HexC2506803B2E1815b3036
Octal30212015007356305336066
Binary1100001010100001101000011101110111011000101011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25068; }

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

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

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

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

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

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

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

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