#C25F70

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

Shades of Cabaret #C25F70

Tints of Cabaret #C25F70

Color information

#C25F70 (or 0xC25F70) is unknown color: approx Cabaret. HEX triplet: C2, 5F and 70. RGB value is (194,95,112). Sum of RGB (Red+Green+Blue) = 194+95+112=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F70 is #3DA08F. Grayscale: #7E7E7E. Windows color (decimal): -4038800 or 7364546. OLE color: 7364546.

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

Color convert

RGB19495112-
CMYK00.510.420.24
HSL349.7º44.8%56.67%-
HSV(B)349.7º51.03%76.08%-
XYZ29.2620.8217.81-
YUV126.54119.8176.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=48.38%
G=23.69%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949511200.510.420.24349.744.856.67
HexC25F700332A1815e2d39
Octal30213716006352305365571
Binary1100001010111111110000011001110101011000101011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F70; }

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

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

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

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

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

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

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

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