#C7426C

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

Shades of Cabaret #C7426C

Tints of Cabaret #C7426C

Color information

#C7426C (or 0xC7426C) is unknown color: approx Cabaret. HEX triplet: C7, 42 and 6C. RGB value is (199,66,108). Sum of RGB (Red+Green+Blue) = 199+66+108=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7426C is #38BD93. Grayscale: #6E6E6E. Windows color (decimal): -3718548 or 7094983. OLE color: 7094983.

HSL color Cylindrical-coordinate representation of color #C7426C: hue angle of 341.05º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7426C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19966108-
CMYK00.670.460.22
HSL341.05º54.29%51.96%-
HSV(B)341.05º66.83%78.04%-
XYZ28.2117.1216.01-
YUV110.56126.56191.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.35%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=53.35%
G=17.69%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996610800.670.460.22341.0554.2951.96
HexC7426C0432E161553634
Octal307102154010356265256664
Binary11000111100001011011000100001110111010110101010101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7426C; }

 p { color: rgb(199,66,108); }

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

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

 a { background-color: rgb(199,66,108); }

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

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

 span { border-color: rgb(199,66,108); }

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