#C35172

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

Shades of Cabaret #C35172

Tints of Cabaret #C35172

Color information

#C35172 (or 0xC35172) is unknown color: approx Cabaret. HEX triplet: C3, 51 and 72. RGB value is (195,81,114). Sum of RGB (Red+Green+Blue) = 195+81+114=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C35172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35172 is #3CAE8D. Grayscale: #767676. Windows color (decimal): -3976846 or 7492035. OLE color: 7492035.

HSL color Cylindrical-coordinate representation of color #C35172: hue angle of 342.63º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35172 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19581114-
CMYK00.580.420.24
HSL342.63º48.72%54.12%-
HSV(B)342.63º58.46%76.47%-
XYZ28.4918.718.03-
YUV118.85125.27182.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=50%
G=20.77%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958111400.580.420.24342.6348.7254.12
HexC3517203A2A181573136
Octal30312116207252305276166
Binary1100001110100011110010011101010101011000101010111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35172; }

 p { color: rgb(195,81,114); }

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

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

 a { background-color: rgb(195,81,114); }

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

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

 span { border-color: rgb(195,81,114); }

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