#C25A7A

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

Shades of Cabaret #C25A7A

Tints of Cabaret #C25A7A

Color information

#C25A7A (or 0xC25A7A) is unknown color: approx Cabaret. HEX triplet: C2, 5A and 7A. RGB value is (194,90,122). Sum of RGB (Red+Green+Blue) = 194+90+122=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A7A is #3DA585. Grayscale: #7C7C7C. Windows color (decimal): -4040070 or 8018626. OLE color: 8018626.

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

Color convert

RGB19490122-
CMYK00.540.370.24
HSL341.54º46.02%55.69%-
HSV(B)341.54º53.61%76.08%-
XYZ29.4220.1920.76-
YUV124.74126.46177.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=47.78%
G=22.17%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949012200.540.370.24341.5446.0255.69
HexC25A7A03625181562e38
Octal30213217206645305265670
Binary1100001010110101111010011011010010111000101010110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A7A; }

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

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

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

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

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

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

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

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