#C35274

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

Shades of Cabaret #C35274

Tints of Cabaret #C35274

Color information

#C35274 (or 0xC35274) is unknown color: approx Cabaret. HEX triplet: C3, 52 and 74. RGB value is (195,82,116). Sum of RGB (Red+Green+Blue) = 195+82+116=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C35274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35274 is #3CAD8B. Grayscale: #777777. Windows color (decimal): -3976588 or 7623363. OLE color: 7623363.

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

Color convert

RGB19582116-
CMYK00.580.410.24
HSL341.95º48.5%54.31%-
HSV(B)341.95º57.95%76.47%-
XYZ28.6818.918.66-
YUV119.66125.94181.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=49.62%
G=20.87%
B=29.52%

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
Decimal1958211600.580.410.24341.9548.554.31
HexC3527403A29181563036
Octal30312216407251305266066
Binary1100001110100101110100011101010100111000101010110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35274; }

 p { color: rgb(195,82,116); }

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

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

 a { background-color: rgb(195,82,116); }

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

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

 span { border-color: rgb(195,82,116); }

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