#C5656F

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

Shades of Cabaret #C5656F

Tints of Cabaret #C5656F

Color information

#C5656F (or 0xC5656F) is unknown color: approx Cabaret. HEX triplet: C5, 65 and 6F. RGB value is (197,101,111). Sum of RGB (Red+Green+Blue) = 197+101+111=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5656F is #3A9A90. Grayscale: #828282. Windows color (decimal): -3840657 or 7300549. OLE color: 7300549.

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

Color convert

RGB197101111-
CMYK00.490.440.23
HSL353.75º45.28%58.43%-
HSV(B)353.75º48.73%77.25%-
XYZ30.5522.3317.74-
YUV130.84116.8175.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.17%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=48.17%
G=24.69%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710111100.490.440.23353.7545.2858.43
HexC5656F0312C171622d3a
Octal30514515706154275425572
Binary1100010111001011101111011000110110010111101100010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5656F; }

 p { color: rgb(197,101,111); }

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

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

 a { background-color: rgb(197,101,111); }

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

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

 span { border-color: rgb(197,101,111); }

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