#C35C7C

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

Shades of Cabaret #C35C7C

Tints of Cabaret #C35C7C

Color information

#C35C7C (or 0xC35C7C) is unknown color: approx Cabaret. HEX triplet: C3, 5C and 7C. RGB value is (195,92,124). Sum of RGB (Red+Green+Blue) = 195+92+124=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C7C is #3CA383. Grayscale: #7E7E7E. Windows color (decimal): -3974020 or 8150211. OLE color: 8150211.

HSL color Cylindrical-coordinate representation of color #C35C7C: hue angle of 341.36º 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 #C35C7C is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19592124-
CMYK00.530.360.24
HSL341.36º46.19%56.27%-
HSV(B)341.36º52.82%76.47%-
XYZ29.9720.7121.49-
YUV126.44126.62176.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=47.45%
G=22.38%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959212400.530.360.24341.3646.1956.27
HexC35C7C03524181552e38
Octal30313417406544305255670
Binary1100001110111001111100011010110010011000101010101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C7C; }

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

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

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

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

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

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

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

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