#CF586A

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

Shades of Cabaret #CF586A

Tints of Cabaret #CF586A

Color information

#CF586A (or 0xCF586A) is unknown color: approx Cabaret. HEX triplet: CF, 58 and 6A. RGB value is (207,88,106). Sum of RGB (Red+Green+Blue) = 207+88+106=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF586A is #30A795. Grayscale: #7D7D7D. Windows color (decimal): -3188630 or 6969551. OLE color: 6969551.

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

Color convert

RGB20788106-
CMYK00.570.490.19
HSL350.92º55.35%57.84%-
HSV(B)350.92º57.49%81.18%-
XYZ31.8221.2916.07-
YUV125.63116.92186.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.62%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=51.62%
G=21.95%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078810600.570.490.19350.9255.3557.84
HexCF586A039311315f373a
Octal31713015207161235376772
Binary1100111110110001101010011100111000110011101011111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF586A; }

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

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

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

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

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

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

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

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