#CF4861

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

Shades of Cabaret #CF4861

Tints of Cabaret #CF4861

Color information

#CF4861 (or 0xCF4861) is unknown color: approx Cabaret. HEX triplet: CF, 48 and 61. RGB value is (207,72,97). Sum of RGB (Red+Green+Blue) = 207+72+97=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4861 is #30B79E. Grayscale: #737373. Windows color (decimal): -3192735 or 6375631. OLE color: 6375631.

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

Color convert

RGB2077297-
CMYK00.650.530.19
HSL348.89º58.44%54.71%-
HSV(B)348.89º65.22%81.18%-
XYZ30.2118.7613.34-
YUV115.22117.73193.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.05%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=55.05%
G=19.15%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207729700.650.530.19348.8958.4454.71
HexCF4861041351315d3a37
Octal317110141010165235357267
Binary11001111100100011000010100000111010110011101011101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4861; }

 p { color: rgb(207,72,97); }

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

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

 a { background-color: rgb(207,72,97); }

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

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

 span { border-color: rgb(207,72,97); }

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