#C0626C

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

Shades of Cabaret #C0626C

Tints of Cabaret #C0626C

Color information

#C0626C (or 0xC0626C) is unknown color: approx Cabaret. HEX triplet: C0, 62 and 6C. RGB value is (192,98,108). Sum of RGB (Red+Green+Blue) = 192+98+108=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0626C is #3F9D93. Grayscale: #7F7F7F. Windows color (decimal): -4169108 or 7103168. OLE color: 7103168.

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

Color convert

RGB19298108-
CMYK00.490.440.25
HSL353.62º42.73%56.86%-
HSV(B)353.62º48.96%75.29%-
XYZ28.8121.0216.73-
YUV127.25117.14174.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=48.24%
G=24.62%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929810800.490.440.25353.6242.7356.86
HexC0626C0312C191622b39
Octal30014215406154315425371
Binary1100000011000101101100011000110110011001101100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0626C; }

 p { color: rgb(192,98,108); }

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

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

 a { background-color: rgb(192,98,108); }

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

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

 span { border-color: rgb(192,98,108); }

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