#C25A66

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

Shades of Cabaret #C25A66

Tints of Cabaret #C25A66

Color information

#C25A66 (or 0xC25A66) is unknown color: approx Cabaret. HEX triplet: C2, 5A and 66. RGB value is (194,90,102). Sum of RGB (Red+Green+Blue) = 194+90+102=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A66 is #3DA599. Grayscale: #7A7A7A. Windows color (decimal): -4040090 or 6707906. OLE color: 6707906.

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

Color convert

RGB19490102-
CMYK00.540.470.24
HSL353.08º46.02%55.69%-
HSV(B)353.08º53.61%76.08%-
XYZ28.319.7414.89-
YUV122.46116.46179.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=50.26%
G=23.32%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949010200.540.470.24353.0846.0255.69
HexC25A660362F181612e38
Octal30213214606657305415670
Binary1100001010110101100110011011010111111000101100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A66; }

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

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

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

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

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

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

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

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