#C35166

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

Shades of Cabaret #C35166

Tints of Cabaret #C35166

Color information

#C35166 (or 0xC35166) is unknown color: approx Cabaret. HEX triplet: C3, 51 and 66. RGB value is (195,81,102). Sum of RGB (Red+Green+Blue) = 195+81+102=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C35166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35166 is #3CAE99. Grayscale: #757575. Windows color (decimal): -3976858 or 6705603. OLE color: 6705603.

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

Color convert

RGB19581102-
CMYK00.580.480.24
HSL348.95º48.72%54.12%-
HSV(B)348.95º58.46%76.47%-
XYZ27.8518.4514.66-
YUV117.48119.27183.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.59%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=51.59%
G=21.43%
B=26.98%

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
Decimal1958110200.580.480.24348.9548.7254.12
HexC3516603A301815d3136
Octal30312114607260305356166
Binary1100001110100011100110011101011000011000101011101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35166; }

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

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

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

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

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

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

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

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