#C25566

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

Shades of Cabaret #C25566

Tints of Cabaret #C25566

Color information

#C25566 (or 0xC25566) is unknown color: approx Cabaret. HEX triplet: C2, 55 and 66. RGB value is (194,85,102). Sum of RGB (Red+Green+Blue) = 194+85+102=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25566 is #3DAA99. Grayscale: #777777. Windows color (decimal): -4041370 or 6706626. OLE color: 6706626.

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

Color convert

RGB19485102-
CMYK00.560.470.24
HSL350.64º47.19%54.71%-
HSV(B)350.64º56.19%76.08%-
XYZ27.8918.9314.75-
YUV119.53118.11181.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=50.92%
G=22.31%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948510200.560.470.24350.6447.1954.71
HexC255660382F1815f2f37
Octal30212514607057305375767
Binary1100001010101011100110011100010111111000101011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25566; }

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

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

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

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

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

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

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

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