#C25F6F

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

Shades of Cabaret #C25F6F

Tints of Cabaret #C25F6F

Color information

#C25F6F (or 0xC25F6F) is unknown color: approx Cabaret. HEX triplet: C2, 5F and 6F. RGB value is (194,95,111). Sum of RGB (Red+Green+Blue) = 194+95+111=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F6F is #3DA090. Grayscale: #7E7E7E. Windows color (decimal): -4038801 or 7299010. OLE color: 7299010.

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

Color convert

RGB19495111-
CMYK00.510.430.24
HSL350.3º44.8%56.67%-
HSV(B)350.3º51.03%76.08%-
XYZ29.2120.817.51-
YUV126.42119.3176.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=48.5%
G=23.75%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949511100.510.430.24350.344.856.67
HexC25F6F0332B1815e2d39
Octal30213715706353305365571
Binary1100001010111111101111011001110101111000101011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F6F; }

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

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

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

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

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

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

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

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