#C5626C

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

Shades of Cabaret #C5626C

Tints of Cabaret #C5626C

Color information

#C5626C (or 0xC5626C) is unknown color: approx Cabaret. HEX triplet: C5, 62 and 6C. RGB value is (197,98,108). Sum of RGB (Red+Green+Blue) = 197+98+108=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5626C is #3A9D93. Grayscale: #808080. Windows color (decimal): -3841428 or 7103173. OLE color: 7103173.

HSL color Cylindrical-coordinate representation of color #C5626C: hue angle of 353.94º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5626C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19798108-
CMYK00.500.450.23
HSL353.94º46.05%57.84%-
HSV(B)353.94º50.25%77.25%-
XYZ30.121.6916.79-
YUV128.74116.3176.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=48.88%
G=24.32%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979810800.500.450.23353.9446.0557.84
HexC5626C0322D171622e3a
Octal30514215406255275425672
Binary1100010111000101101100011001010110110111101100010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5626C; }

 p { color: rgb(197,98,108); }

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

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

 a { background-color: rgb(197,98,108); }

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

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

 span { border-color: rgb(197,98,108); }

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