#CF5F75

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

Shades of Cabaret #CF5F75

Tints of Cabaret #CF5F75

Color information

#CF5F75 (or 0xCF5F75) is unknown color: approx Cabaret. HEX triplet: CF, 5F and 75. RGB value is (207,95,117). Sum of RGB (Red+Green+Blue) = 207+95+117=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F75 is #30A08A. Grayscale: #838383. Windows color (decimal): -3186827 or 7692239. OLE color: 7692239.

HSL color Cylindrical-coordinate representation of color #CF5F75: hue angle of 348.21º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5F75 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB20795117-
CMYK00.540.430.19
HSL348.21º53.85%59.22%-
HSV(B)348.21º54.11%81.18%-
XYZ33.0422.7319.48-
YUV131120.11182.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.40%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=49.40%
G=22.67%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079511700.540.430.19348.2153.8559.22
HexCF5F750362B1315c363b
Octal31713716506653235346673
Binary1100111110111111110101011011010101110011101011100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5F75; }

 p { color: rgb(207,95,117); }

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

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

 a { background-color: rgb(207,95,117); }

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

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

 span { border-color: rgb(207,95,117); }

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