#C35173

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

Shades of Cabaret #C35173

Tints of Cabaret #C35173

Color information

#C35173 (or 0xC35173) is unknown color: approx Cabaret. HEX triplet: C3, 51 and 73. RGB value is (195,81,115). Sum of RGB (Red+Green+Blue) = 195+81+115=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C35173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35173 is #3CAE8C. Grayscale: #767676. Windows color (decimal): -3976845 or 7557571. OLE color: 7557571.

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

Color convert

RGB19581115-
CMYK00.580.410.24
HSL342.11º48.72%54.12%-
HSV(B)342.11º58.46%76.47%-
XYZ28.5418.7218.33-
YUV118.96125.77182.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=49.87%
G=20.72%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958111500.580.410.24342.1148.7254.12
HexC3517303A29181563136
Octal30312116307251305266166
Binary1100001110100011110011011101010100111000101010110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35173; }

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

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

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

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

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

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

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

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