#CF5F6E

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

Shades of Cabaret #CF5F6E

Tints of Cabaret #CF5F6E

Color information

#CF5F6E (or 0xCF5F6E) is unknown color: approx Cabaret. HEX triplet: CF, 5F and 6E. RGB value is (207,95,110). Sum of RGB (Red+Green+Blue) = 207+95+110=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F6E is #30A091. Grayscale: #828282. Windows color (decimal): -3186834 or 7233487. OLE color: 7233487.

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

Color convert

RGB20795110-
CMYK00.540.470.19
HSL351.96º53.85%59.22%-
HSV(B)351.96º54.11%81.18%-
XYZ32.6422.5817.39-
YUV130.2116.61182.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.24%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=50.24%
G=23.06%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079511000.540.470.19351.9653.8559.22
HexCF5F6E0362F13160363b
Octal31713715606657235406673
Binary1100111110111111101110011011010111110011101100000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5F6E; }

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

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

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

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

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

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

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

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