#C35C70

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

Shades of Cabaret #C35C70

Tints of Cabaret #C35C70

Color information

#C35C70 (or 0xC35C70) is unknown color: approx Cabaret. HEX triplet: C3, 5C and 70. RGB value is (195,92,112). Sum of RGB (Red+Green+Blue) = 195+92+112=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C70 is #3CA38F. Grayscale: #7D7D7D. Windows color (decimal): -3974032 or 7363779. OLE color: 7363779.

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

Color convert

RGB19592112-
CMYK00.530.430.24
HSL348.35º46.19%56.27%-
HSV(B)348.35º52.82%76.47%-
XYZ29.2620.4317.73-
YUV125.08120.62177.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=48.87%
G=23.06%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959211200.530.430.24348.3546.1956.27
HexC35C700352B1815c2e38
Octal30313416006553305345670
Binary1100001110111001110000011010110101111000101011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C70; }

 p { color: rgb(195,92,112); }

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

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

 a { background-color: rgb(195,92,112); }

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

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

 span { border-color: rgb(195,92,112); }

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