#C2636C

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

Shades of Cabaret #C2636C

Tints of Cabaret #C2636C

Color information

#C2636C (or 0xC2636C) is unknown color: approx Cabaret. HEX triplet: C2, 63 and 6C. RGB value is (194,99,108). Sum of RGB (Red+Green+Blue) = 194+99+108=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2636C is #3D9C93. Grayscale: #808080. Windows color (decimal): -4037780 or 7103426. OLE color: 7103426.

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

Color convert

RGB19499108-
CMYK00.490.440.24
HSL354.32º43.78%57.45%-
HSV(B)354.32º48.97%76.08%-
XYZ29.4221.4816.78-
YUV128.43116.47174.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=48.38%
G=24.69%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949910800.490.440.24354.3243.7857.45
HexC2636C0312C181622c39
Octal30214315406154305425471
Binary1100001011000111101100011000110110011000101100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2636C; }

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

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

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

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

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

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

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

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