#C25366

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

Shades of Cabaret #C25366

Tints of Cabaret #C25366

Color information

#C25366 (or 0xC25366) is unknown color: approx Cabaret. HEX triplet: C2, 53 and 66. RGB value is (194,83,102). Sum of RGB (Red+Green+Blue) = 194+83+102=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C25366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25366 is #3DAC99. Grayscale: #767676. Windows color (decimal): -4041882 or 6706114. OLE color: 6706114.

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

Color convert

RGB19483102-
CMYK00.570.470.24
HSL349.73º47.64%54.31%-
HSV(B)349.73º57.22%76.08%-
XYZ27.7418.6214.7-
YUV118.36118.77181.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=51.19%
G=21.90%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948310200.570.470.24349.7347.6454.31
HexC253660392F1815e3036
Octal30212314607157305366066
Binary1100001010100111100110011100110111111000101011110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25366; }

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

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

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

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

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

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

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

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