#CF5966

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

Shades of Cabaret #CF5966

Tints of Cabaret #CF5966

Color information

#CF5966 (or 0xCF5966) is unknown color: approx Cabaret. HEX triplet: CF, 59 and 66. RGB value is (207,89,102). Sum of RGB (Red+Green+Blue) = 207+89+102=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5966 is #30A699. Grayscale: #7D7D7D. Windows color (decimal): -3188378 or 6707663. OLE color: 6707663.

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

Color convert

RGB20789102-
CMYK00.570.510.19
HSL353.39º55.14%58.04%-
HSV(B)353.39º57%81.18%-
XYZ31.721.3715.02-
YUV125.76114.59185.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.01%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=52.01%
G=22.36%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078910200.570.510.19353.3955.1458.04
HexCF59660393313161373a
Octal31713114607163235416772
Binary1100111110110011100110011100111001110011101100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5966; }

 p { color: rgb(207,89,102); }

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

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

 a { background-color: rgb(207,89,102); }

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

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

 span { border-color: rgb(207,89,102); }

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