#CF526E

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

Shades of Cabaret #CF526E

Tints of Cabaret #CF526E

Color information

#CF526E (or 0xCF526E) is unknown color: approx Cabaret. HEX triplet: CF, 52 and 6E. RGB value is (207,82,110). Sum of RGB (Red+Green+Blue) = 207+82+110=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF526E is #30AD91. Grayscale: #7A7A7A. Windows color (decimal): -3190162 or 7230159. OLE color: 7230159.

HSL color Cylindrical-coordinate representation of color #CF526E: hue angle of 346.56º 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 #CF526E is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB20782110-
CMYK00.600.470.19
HSL346.56º56.56%56.67%-
HSV(B)346.56º60.39%81.18%-
XYZ31.5620.4317.03-
YUV122.57120.91188.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.88%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=51.88%
G=20.55%
B=27.57%

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
Decimal2078211000.600.470.19346.5656.5656.67
HexCF526E03C2F1315b3939
Octal31712215607457235337171
Binary1100111110100101101110011110010111110011101011011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF526E; }

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

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

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

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

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

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

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

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