#C25B7A

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

Shades of Cabaret #C25B7A

Tints of Cabaret #C25B7A

Color information

#C25B7A (or 0xC25B7A) is unknown color: approx Cabaret. HEX triplet: C2, 5B and 7A. RGB value is (194,91,122). Sum of RGB (Red+Green+Blue) = 194+91+122=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B7A is #3DA485. Grayscale: #7D7D7D. Windows color (decimal): -4039814 or 8018882. OLE color: 8018882.

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

Color convert

RGB19491122-
CMYK00.530.370.24
HSL341.94º45.78%55.88%-
HSV(B)341.94º53.09%76.08%-
XYZ29.520.3620.79-
YUV125.33126.12176.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=47.67%
G=22.36%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949112200.530.370.24341.9445.7855.88
HexC25B7A03525181562e38
Octal30213317206545305265670
Binary1100001010110111111010011010110010111000101010110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B7A; }

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

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

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

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

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

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

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

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