#C35678

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

Shades of Cabaret #C35678

Tints of Cabaret #C35678

Color information

#C35678 (or 0xC35678) is unknown color: approx Cabaret. HEX triplet: C3, 56 and 78. RGB value is (195,86,120). Sum of RGB (Red+Green+Blue) = 195+86+120=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C35678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35678 is #3CA987. Grayscale: #7A7A7A. Windows color (decimal): -3975560 or 7886531. OLE color: 7886531.

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

Color convert

RGB19586120-
CMYK00.560.380.24
HSL341.28º47.6%55.1%-
HSV(B)341.28º55.9%76.47%-
XYZ29.2219.6120.01-
YUV122.47126.61179.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=48.63%
G=21.45%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958612000.560.380.24341.2847.655.1
HexC3567803826181553037
Octal30312617007046305256067
Binary1100001110101101111000011100010011011000101010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35678; }

 p { color: rgb(195,86,120); }

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

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

 a { background-color: rgb(195,86,120); }

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

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

 span { border-color: rgb(195,86,120); }

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