#C4626A

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

Shades of Cabaret #C4626A

Tints of Cabaret #C4626A

Color information

#C4626A (or 0xC4626A) is unknown color: approx Cabaret. HEX triplet: C4, 62 and 6A. RGB value is (196,98,106). Sum of RGB (Red+Green+Blue) = 196+98+106=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4626A is #3B9D95. Grayscale: #808080. Windows color (decimal): -3906966 or 6972100. OLE color: 6972100.

HSL color Cylindrical-coordinate representation of color #C4626A: hue angle of 355.1º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4626A is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19698106-
CMYK00.50.460.23
HSL355.1º45.37%57.65%-
HSV(B)355.1º50%76.86%-
XYZ29.7321.5116.22-
YUV128.21115.47176.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=49%
G=24.5%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969810600.50.460.23355.145.3757.65
HexC4626A0322E171632d3a
Octal30414215206256275435572
Binary1100010011000101101010011001010111010111101100011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4626A; }

 p { color: rgb(196,98,106); }

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

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

 a { background-color: rgb(196,98,106); }

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

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

 span { border-color: rgb(196,98,106); }

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