#CF4065

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

Shades of Cabaret #CF4065

Tints of Cabaret #CF4065

Color information

#CF4065 (or 0xCF4065) is unknown color: approx Cabaret. HEX triplet: CF, 40 and 65. RGB value is (207,64,101). Sum of RGB (Red+Green+Blue) = 207+64+101=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4065 is #30BF9A. Grayscale: #6E6E6E. Windows color (decimal): -3194779 or 6635727. OLE color: 6635727.

HSL color Cylindrical-coordinate representation of color #CF4065: hue angle of 344.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4065 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB20764101-
CMYK00.690.510.19
HSL344.48º59.83%53.14%-
HSV(B)344.48º69.08%81.18%-
XYZ29.9117.8714.18-
YUV110.98122.38196.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.65%
GREEN value IS 64 (25.39% from 255) = 17.20%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=55.65%
G=17.20%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076410100.690.510.19344.4859.8353.14
HexCF406504533131583c35
Octal317100145010563235307465
Binary11001111100000011001010100010111001110011101011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4065; }

 p { color: rgb(207,64,101); }

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

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

 a { background-color: rgb(207,64,101); }

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

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

 span { border-color: rgb(207,64,101); }

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