#C2636A

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

Shades of Cabaret #C2636A

Tints of Cabaret #C2636A

Color information

#C2636A (or 0xC2636A) is unknown color: approx Cabaret. HEX triplet: C2, 63 and 6A. RGB value is (194,99,106). Sum of RGB (Red+Green+Blue) = 194+99+106=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2636A is #3D9C95. Grayscale: #808080. Windows color (decimal): -4037782 or 6972354. OLE color: 6972354.

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

Color convert

RGB19499106-
CMYK00.490.450.24
HSL355.58º43.78%57.45%-
HSV(B)355.58º48.97%76.08%-
XYZ29.3121.4316.23-
YUV128.2115.47174.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=48.62%
G=24.81%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949910600.490.450.24355.5843.7857.45
HexC2636A0312D181642c39
Octal30214315206155305445471
Binary1100001011000111101010011000110110111000101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2636A; }

 p { color: rgb(194,99,106); }

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

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

 a { background-color: rgb(194,99,106); }

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

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

 span { border-color: rgb(194,99,106); }

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