#cf506a

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

Shades of Cabaret #CF506A

Tints of Cabaret #CF506A

Color information

#CF506A (or 0xCF506A) is unknown color: approx Cabaret. HEX triplet: CF, 50 and 6A. RGB value is (207,80,106). Sum of RGB (Red+Green+Blue) = 207+80+106=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF506A is #30AF95. Grayscale: #787878. Windows color (decimal): -3190678 or 6967503. OLE color: 6967503.

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

Color convert

RGB20780106-
CMYK00.610.490.19
HSL347.72º56.95%56.27%-
HSV(B)347.72º61.35%81.18%-
XYZ31.220.0415.86-
YUV120.94119.58189.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=52.67%
G=20.36%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078010600.610.490.19347.7256.9556.27
HexCF506A03D311315c3938
Octal31712015207561235347170
Binary1100111110100001101010011110111000110011101011100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf506a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf506a; }

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

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

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

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

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

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

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

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