#C25F6D

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

Shades of Cabaret #C25F6D

Tints of Cabaret #C25F6D

Color information

#C25F6D (or 0xC25F6D) is unknown color: approx Cabaret. HEX triplet: C2, 5F and 6D. RGB value is (194,95,109). Sum of RGB (Red+Green+Blue) = 194+95+109=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F6D is #3DA092. Grayscale: #7E7E7E. Windows color (decimal): -4038803 or 7167938. OLE color: 7167938.

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

Color convert

RGB19495109-
CMYK00.510.440.24
HSL351.52º44.8%56.67%-
HSV(B)351.52º51.03%76.08%-
XYZ29.120.7616.94-
YUV126.2118.3176.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=48.74%
G=23.87%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949510900.510.440.24351.5244.856.67
HexC25F6D0332C181602d39
Octal30213715506354305405571
Binary1100001010111111101101011001110110011000101100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F6D; }

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

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

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

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

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

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

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

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