#C0626E

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

Shades of Cabaret #C0626E

Tints of Cabaret #C0626E

Color information

#C0626E (or 0xC0626E) is unknown color: approx Cabaret. HEX triplet: C0, 62 and 6E. RGB value is (192,98,110). Sum of RGB (Red+Green+Blue) = 192+98+110=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0626E is #3F9D91. Grayscale: #7F7F7F. Windows color (decimal): -4169106 or 7234240. OLE color: 7234240.

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

Color convert

RGB19298110-
CMYK00.490.430.25
HSL352.34º42.73%56.86%-
HSV(B)352.34º48.96%75.29%-
XYZ28.9221.0717.29-
YUV127.47118.14174.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=48%
G=24.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929811000.490.430.25352.3442.7356.86
HexC0626E0312B191602b39
Octal30014215606153315405371
Binary1100000011000101101110011000110101111001101100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0626E; }

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

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

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

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

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

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

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

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