#cf4e69

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

Shades of Cabaret #CF4E69

Tints of Cabaret #CF4E69

Color information

#CF4E69 (or 0xCF4E69) is unknown color: approx Cabaret. HEX triplet: CF, 4E and 69. RGB value is (207,78,105). Sum of RGB (Red+Green+Blue) = 207+78+105=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E69 is #30B196. Grayscale: #777777. Windows color (decimal): -3191191 or 6901455. OLE color: 6901455.

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

Color convert

RGB20778105-
CMYK00.620.490.19
HSL347.44º57.33%55.88%-
HSV(B)347.44º62.32%81.18%-
XYZ31.0119.7315.54-
YUV119.65119.74190.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.08%
GREEN value IS 78 (30.86% from 255) = 20%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=53.08%
G=20%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077810500.620.490.19347.4457.3355.88
HexCF4E6903E311315b3938
Octal31711615107661235337170
Binary1100111110011101101001011111011000110011101011011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf4e69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf4e69; }

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

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

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

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

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

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

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

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