#C35275

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

Shades of Cabaret #C35275

Tints of Cabaret #C35275

Color information

#C35275 (or 0xC35275) is unknown color: approx Cabaret. HEX triplet: C3, 52 and 75. RGB value is (195,82,117). Sum of RGB (Red+Green+Blue) = 195+82+117=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C35275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35275 is #3CAD8A. Grayscale: #777777. Windows color (decimal): -3976587 or 7688899. OLE color: 7688899.

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

Color convert

RGB19582117-
CMYK00.580.40.24
HSL341.42º48.5%54.31%-
HSV(B)341.42º57.95%76.47%-
XYZ28.7318.9218.97-
YUV119.78126.44181.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=49.49%
G=20.81%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958211700.580.40.24341.4248.554.31
HexC3527503A28181553036
Octal30312216507250305256066
Binary1100001110100101110101011101010100011000101010101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35275; }

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

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

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

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

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

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

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

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