#C5426C

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

Shades of Cabaret #C5426C

Tints of Cabaret #C5426C

Color information

#C5426C (or 0xC5426C) is unknown color: approx Cabaret. HEX triplet: C5, 42 and 6C. RGB value is (197,66,108). Sum of RGB (Red+Green+Blue) = 197+66+108=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5426C is #3ABD93. Grayscale: #6D6D6D. Windows color (decimal): -3849620 or 7094981. OLE color: 7094981.

HSL color Cylindrical-coordinate representation of color #C5426C: hue angle of 340.76º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5426C is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19766108-
CMYK00.660.450.23
HSL340.76º53.04%51.57%-
HSV(B)340.76º66.5%77.25%-
XYZ27.6816.8515.98-
YUV109.96126.9190.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=53.10%
G=17.79%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976610800.660.450.23340.7653.0451.57
HexC5426C0422D171553534
Octal305102154010255275256564
Binary11000101100001011011000100001010110110111101010101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5426C; }

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

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

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

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

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

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

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

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