#cf496a

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

Shades of Cabaret #CF496A

Tints of Cabaret #CF496A

Color information

#CF496A (or 0xCF496A) is unknown color: approx Cabaret. HEX triplet: CF, 49 and 6A. RGB value is (207,73,106). Sum of RGB (Red+Green+Blue) = 207+73+106=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF496A is #30B695. Grayscale: #747474. Windows color (decimal): -3192470 or 6965711. OLE color: 6965711.

HSL color Cylindrical-coordinate representation of color #CF496A: hue angle of 345.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF496A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB20773106-
CMYK00.650.490.19
HSL345.22º58.26%54.9%-
HSV(B)345.22º64.73%81.18%-
XYZ30.7219.0715.7-
YUV116.83121.89192.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=53.63%
G=18.91%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077310600.650.490.19345.2258.2654.9
HexCF496A04131131593a37
Octal317111152010161235317267
Binary11001111100100111010100100000111000110011101011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf496a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf496a; }

 p { color: rgb(207,73,106); }

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

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

 a { background-color: rgb(207,73,106); }

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

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

 span { border-color: rgb(207,73,106); }

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