#C25B70

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

Shades of Cabaret #C25B70

Tints of Cabaret #C25B70

Color information

#C25B70 (or 0xC25B70) is unknown color: approx Cabaret. HEX triplet: C2, 5B and 70. RGB value is (194,91,112). Sum of RGB (Red+Green+Blue) = 194+91+112=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B70 is #3DA48F. Grayscale: #7C7C7C. Windows color (decimal): -4039824 or 7363522. OLE color: 7363522.

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

Color convert

RGB19491112-
CMYK00.530.420.24
HSL347.77º45.78%55.88%-
HSV(B)347.77º53.09%76.08%-
XYZ28.9120.1217.69-
YUV124.19121.12177.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=48.87%
G=22.92%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949111200.530.420.24347.7745.7855.88
HexC25B700352A1815c2e38
Octal30213316006552305345670
Binary1100001010110111110000011010110101011000101011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B70; }

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

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

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

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

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

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

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

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