#CF5C6F

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

Shades of Cabaret #CF5C6F

Tints of Cabaret #CF5C6F

Color information

#CF5C6F (or 0xCF5C6F) is unknown color: approx Cabaret. HEX triplet: CF, 5C and 6F. RGB value is (207,92,111). Sum of RGB (Red+Green+Blue) = 207+92+111=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C6F is #30A390. Grayscale: #808080. Windows color (decimal): -3187601 or 7298255. OLE color: 7298255.

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

Color convert

RGB20792111-
CMYK00.560.460.19
HSL350.09º54.5%58.63%-
HSV(B)350.09º55.56%81.18%-
XYZ32.4322.0717.59-
YUV128.55118.1183.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.49%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=50.49%
G=22.44%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079211100.560.460.19350.0954.558.63
HexCF5C6F0382E1315e373b
Octal31713415707056235366773
Binary1100111110111001101111011100010111010011101011110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5C6F; }

 p { color: rgb(207,92,111); }

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

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

 a { background-color: rgb(207,92,111); }

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

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

 span { border-color: rgb(207,92,111); }

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