#c25769

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

Shades of Cabaret #C25769

Tints of Cabaret #C25769

Color information

#C25769 (or 0xC25769) is unknown color: approx Cabaret. HEX triplet: C2, 57 and 69. RGB value is (194,87,105). Sum of RGB (Red+Green+Blue) = 194+87+105=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C25769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25769 is #3DA896. Grayscale: #797979. Windows color (decimal): -4040855 or 6903746. OLE color: 6903746.

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

Color convert

RGB19487105-
CMYK00.550.460.24
HSL349.91º46.72%55.1%-
HSV(B)349.91º55.15%76.08%-
XYZ28.2119.3115.6-
YUV121.04118.95180.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=50.26%
G=22.54%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948710500.550.460.24349.9146.7255.1
HexC257690372E1815e2f37
Octal30212715106756305365767
Binary1100001010101111101001011011110111011000101011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25769; }

 p { color: rgb(194,87,105); }

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

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

 a { background-color: rgb(194,87,105); }

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

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

 span { border-color: rgb(194,87,105); }

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