#C25368

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

Shades of Cabaret #C25368

Tints of Cabaret #C25368

Color information

#C25368 (or 0xC25368) is unknown color: approx Cabaret. HEX triplet: C2, 53 and 68. RGB value is (194,83,104). Sum of RGB (Red+Green+Blue) = 194+83+104=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25368 is #3DAC97. Grayscale: #767676. Windows color (decimal): -4041880 or 6837186. OLE color: 6837186.

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

Color convert

RGB19483104-
CMYK00.570.460.24
HSL348.65º47.64%54.31%-
HSV(B)348.65º57.22%76.08%-
XYZ27.8418.6615.23-
YUV118.58119.77181.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=50.92%
G=21.78%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948310400.570.460.24348.6547.6454.31
HexC253680392E1815d3036
Octal30212315007156305356066
Binary1100001010100111101000011100110111011000101011101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25368; }

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

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

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

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

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

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

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

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