#c25f7a

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

Shades of Cabaret #C25F7A

Tints of Cabaret #C25F7A

Color information

#C25F7A (or 0xC25F7A) is unknown color: approx Cabaret. HEX triplet: C2, 5F and 7A. RGB value is (194,95,122). Sum of RGB (Red+Green+Blue) = 194+95+122=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F7A is #3DA085. Grayscale: #7F7F7F. Windows color (decimal): -4038790 or 8019906. OLE color: 8019906.

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

Color convert

RGB19495122-
CMYK00.510.370.24
HSL343.64º44.8%56.67%-
HSV(B)343.64º51.03%76.08%-
XYZ29.8521.0620.9-
YUV127.68124.8175.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=47.20%
G=23.11%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949512200.510.370.24343.6444.856.67
HexC25F7A03325181582d39
Octal30213717206345305305571
Binary1100001010111111111010011001110010111000101011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25f7a; }

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

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

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

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

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

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

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

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