#C2506E

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

Shades of Cabaret #C2506E

Tints of Cabaret #C2506E

Color information

#C2506E (or 0xC2506E) is unknown color: approx Cabaret. HEX triplet: C2, 50 and 6E. RGB value is (194,80,110). Sum of RGB (Red+Green+Blue) = 194+80+110=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2506E is #3DAF91. Grayscale: #757575. Windows color (decimal): -4042642 or 7229634. OLE color: 7229634.

HSL color Cylindrical-coordinate representation of color #C2506E: hue angle of 344.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2506E is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19480110-
CMYK00.590.430.24
HSL344.21º48.31%53.73%-
HSV(B)344.21º58.76%76.08%-
XYZ27.9318.3316.82-
YUV117.51123.77182.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.52%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=50.52%
G=20.83%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948011000.590.430.24344.2148.3153.73
HexC2506E03B2B181583036
Octal30212015607353305306066
Binary1100001010100001101110011101110101111000101011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2506E; }

 p { color: rgb(194,80,110); }

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

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

 a { background-color: rgb(194,80,110); }

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

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

 span { border-color: rgb(194,80,110); }

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