#C25B6E

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

Shades of Cabaret #C25B6E

Tints of Cabaret #C25B6E

Color information

#C25B6E (or 0xC25B6E) is unknown color: approx Cabaret. HEX triplet: C2, 5B and 6E. RGB value is (194,91,110). Sum of RGB (Red+Green+Blue) = 194+91+110=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B6E is #3DA491. Grayscale: #7B7B7B. Windows color (decimal): -4039826 or 7232450. OLE color: 7232450.

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

Color convert

RGB19491110-
CMYK00.530.430.24
HSL348.93º45.78%55.88%-
HSV(B)348.93º53.09%76.08%-
XYZ28.820.0817.11-
YUV123.96120.12177.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=49.11%
G=23.04%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949111000.530.430.24348.9345.7855.88
HexC25B6E0352B1815d2e38
Octal30213315606553305355670
Binary1100001010110111101110011010110101111000101011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B6E; }

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

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

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

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

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

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

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

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