#C0626D

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

Shades of Cabaret #C0626D

Tints of Cabaret #C0626D

Color information

#C0626D (or 0xC0626D) is unknown color: approx Cabaret. HEX triplet: C0, 62 and 6D. RGB value is (192,98,109). Sum of RGB (Red+Green+Blue) = 192+98+109=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0626D is #3F9D92. Grayscale: #7F7F7F. Windows color (decimal): -4169107 or 7168704. OLE color: 7168704.

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

Color convert

RGB19298109-
CMYK00.490.430.25
HSL352.98º42.73%56.86%-
HSV(B)352.98º48.96%75.29%-
XYZ28.8721.0517.01-
YUV127.36117.64174.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=48.12%
G=24.56%
B=27.32%

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
Decimal1929810900.490.430.25352.9842.7356.86
HexC0626D0312B191612b39
Octal30014215506153315415371
Binary1100000011000101101101011000110101111001101100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0626D; }

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

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

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

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

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

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

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

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