#C35B6A

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

Shades of Cabaret #C35B6A

Tints of Cabaret #C35B6A

Color information

#C35B6A (or 0xC35B6A) is unknown color: approx Cabaret. HEX triplet: C3, 5B and 6A. RGB value is (195,91,106). Sum of RGB (Red+Green+Blue) = 195+91+106=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35B6A is #3CA495. Grayscale: #7B7B7B. Windows color (decimal): -3974294 or 6970307. OLE color: 6970307.

HSL color Cylindrical-coordinate representation of color #C35B6A: hue angle of 351.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35B6A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19591106-
CMYK00.530.460.24
HSL351.35º46.43%56.08%-
HSV(B)351.35º53.33%76.47%-
XYZ28.8520.1216-
YUV123.81117.96178.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=49.74%
G=23.21%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959110600.530.460.24351.3546.4356.08
HexC35B6A0352E1815f2e38
Octal30313315206556305375670
Binary1100001110110111101010011010110111011000101011111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35B6A; }

 p { color: rgb(195,91,106); }

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

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

 a { background-color: rgb(195,91,106); }

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

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

 span { border-color: rgb(195,91,106); }

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