#C25D7A

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

Shades of Cabaret #C25D7A

Tints of Cabaret #C25D7A

Color information

#C25D7A (or 0xC25D7A) is unknown color: approx Cabaret. HEX triplet: C2, 5D and 7A. RGB value is (194,93,122). Sum of RGB (Red+Green+Blue) = 194+93+122=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D7A is #3DA285. Grayscale: #7E7E7E. Windows color (decimal): -4039302 or 8019394. OLE color: 8019394.

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

Color convert

RGB19493122-
CMYK00.520.370.24
HSL342.77º45.29%56.27%-
HSV(B)342.77º52.06%76.08%-
XYZ29.6820.720.84-
YUV126.5125.46176.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=47.43%
G=22.74%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949312200.520.370.24342.7745.2956.27
HexC25D7A03425181572d38
Octal30213517206445305275570
Binary1100001010111011111010011010010010111000101010111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D7A; }

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

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

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

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

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

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

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

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