#cf526d

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

Shades of Cabaret #CF526D

Tints of Cabaret #CF526D

Color information

#CF526D (or 0xCF526D) is unknown color: approx Cabaret. HEX triplet: CF, 52 and 6D. RGB value is (207,82,109). Sum of RGB (Red+Green+Blue) = 207+82+109=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF526D is #30AD92. Grayscale: #7A7A7A. Windows color (decimal): -3190163 or 7164623. OLE color: 7164623.

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

Color convert

RGB20782109-
CMYK00.600.470.19
HSL347.04º56.56%56.67%-
HSV(B)347.04º60.39%81.18%-
XYZ31.5120.416.75-
YUV122.45120.41188.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.01%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=52.01%
G=20.60%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078210900.600.470.19347.0456.5656.67
HexCF526D03C2F1315b3939
Octal31712215507457235337171
Binary1100111110100101101101011110010111110011101011011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf526d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf526d; }

 p { color: rgb(207,82,109); }

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

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

 a { background-color: rgb(207,82,109); }

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

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

 span { border-color: rgb(207,82,109); }

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