#C2626B

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

Shades of Cabaret #C2626B

Tints of Cabaret #C2626B

Color information

#C2626B (or 0xC2626B) is unknown color: approx Cabaret. HEX triplet: C2, 62 and 6B. RGB value is (194,98,107). Sum of RGB (Red+Green+Blue) = 194+98+107=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2626B is #3D9D94. Grayscale: #7F7F7F. Windows color (decimal): -4038037 or 7037634. OLE color: 7037634.

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

Color convert

RGB19498107-
CMYK00.490.450.24
HSL354.38º44.04%57.25%-
HSV(B)354.38º49.48%76.08%-
XYZ29.2721.2716.47-
YUV127.73116.3175.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=48.62%
G=24.56%
B=26.82%

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
Decimal1949810700.490.450.24354.3844.0457.25
HexC2626B0312D181622c39
Octal30214215306155305425471
Binary1100001011000101101011011000110110111000101100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2626B; }

 p { color: rgb(194,98,107); }

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

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

 a { background-color: rgb(194,98,107); }

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

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

 span { border-color: rgb(194,98,107); }

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