#C35266

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

Shades of Cabaret #C35266

Tints of Cabaret #C35266

Color information

#C35266 (or 0xC35266) is unknown color: approx Cabaret. HEX triplet: C3, 52 and 66. RGB value is (195,82,102). Sum of RGB (Red+Green+Blue) = 195+82+102=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C35266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35266 is #3CAD99. Grayscale: #767676. Windows color (decimal): -3976602 or 6705859. OLE color: 6705859.

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

Color convert

RGB19582102-
CMYK00.580.480.24
HSL349.38º48.5%54.31%-
HSV(B)349.38º57.95%76.47%-
XYZ27.9218.614.69-
YUV118.07118.94182.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.45%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=51.45%
G=21.64%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958210200.580.480.24349.3848.554.31
HexC3526603A301815d3036
Octal30312214607260305356066
Binary1100001110100101100110011101011000011000101011101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35266; }

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

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

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

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

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

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

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

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