#C3606A

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

Shades of Cabaret #C3606A

Tints of Cabaret #C3606A

Color information

#C3606A (or 0xC3606A) is unknown color: approx Cabaret. HEX triplet: C3, 60 and 6A. RGB value is (195,96,106). Sum of RGB (Red+Green+Blue) = 195+96+106=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3606A is #3C9F95. Grayscale: #7E7E7E. Windows color (decimal): -3973014 or 6971587. OLE color: 6971587.

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

Color convert

RGB19596106-
CMYK00.510.460.24
HSL353.94º45.21%57.06%-
HSV(B)353.94º50.77%76.47%-
XYZ29.2921.0116.15-
YUV126.74116.3176.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=49.12%
G=24.18%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959610600.510.460.24353.9445.2157.06
HexC3606A0332E181622d39
Octal30314015206356305425571
Binary1100001111000001101010011001110111011000101100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3606A; }

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

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

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

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

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

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

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

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