#C35C6F

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

Shades of Cabaret #C35C6F

Tints of Cabaret #C35C6F

Color information

#C35C6F (or 0xC35C6F) is unknown color: approx Cabaret. HEX triplet: C3, 5C and 6F. RGB value is (195,92,111). Sum of RGB (Red+Green+Blue) = 195+92+111=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C6F is #3CA390. Grayscale: #7C7C7C. Windows color (decimal): -3974033 or 7298243. OLE color: 7298243.

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

Color convert

RGB19592111-
CMYK00.530.430.24
HSL348.93º46.19%56.27%-
HSV(B)348.93º52.82%76.47%-
XYZ29.220.417.44-
YUV124.96120.12177.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=48.99%
G=23.12%
B=27.89%

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
Decimal1959211100.530.430.24348.9346.1956.27
HexC35C6F0352B1815d2e38
Octal30313415706553305355670
Binary1100001110111001101111011010110101111000101011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C6F; }

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

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

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

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

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

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

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

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