#cf4e63

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

Shades of Cabaret #CF4E63

Tints of Cabaret #CF4E63

Color information

#CF4E63 (or 0xCF4E63) is unknown color: approx Cabaret. HEX triplet: CF, 4E and 63. RGB value is (207,78,99). Sum of RGB (Red+Green+Blue) = 207+78+99=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E63 is #30B19C. Grayscale: #777777. Windows color (decimal): -3191197 or 6508239. OLE color: 6508239.

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

Color convert

RGB2077899-
CMYK00.620.520.19
HSL350.23º57.33%55.88%-
HSV(B)350.23º62.32%81.18%-
XYZ30.7119.6213.97-
YUV118.96116.74190.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.91%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=53.91%
G=20.31%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207789900.620.520.19350.2357.3355.88
HexCF4E6303E341315e3938
Octal31711614307664235367170
Binary1100111110011101100011011111011010010011101011110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf4e63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf4e63; }

 p { color: rgb(207,78,99); }

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

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

 a { background-color: rgb(207,78,99); }

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

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

 span { border-color: rgb(207,78,99); }

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