#C2607A

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

Shades of Cabaret #C2607A

Tints of Cabaret #C2607A

Color information

#C2607A (or 0xC2607A) is unknown color: approx Cabaret. HEX triplet: C2, 60 and 7A. RGB value is (194,96,122). Sum of RGB (Red+Green+Blue) = 194+96+122=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2607A is #3D9F85. Grayscale: #808080. Windows color (decimal): -4038534 or 8020162. OLE color: 8020162.

HSL color Cylindrical-coordinate representation of color #C2607A: hue angle of 344.08º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2607A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19496122-
CMYK00.510.370.24
HSL344.08º44.55%56.86%-
HSV(B)344.08º50.52%76.08%-
XYZ29.9421.2420.93-
YUV128.27124.47174.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=47.09%
G=23.30%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949612200.510.370.24344.0844.5556.86
HexC2607A03325181582d39
Octal30214017206345305305571
Binary1100001011000001111010011001110010111000101011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2607A; }

 p { color: rgb(194,96,122); }

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

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

 a { background-color: rgb(194,96,122); }

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

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

 span { border-color: rgb(194,96,122); }

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