#CF4869

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

Shades of Cabaret #CF4869

Tints of Cabaret #CF4869

Color information

#CF4869 (or 0xCF4869) is unknown color: approx Cabaret. HEX triplet: CF, 48 and 69. RGB value is (207,72,105). Sum of RGB (Red+Green+Blue) = 207+72+105=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4869 is #30B796. Grayscale: #747474. Windows color (decimal): -3192727 or 6899919. OLE color: 6899919.

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

Color convert

RGB20772105-
CMYK00.650.490.19
HSL345.33º58.44%54.71%-
HSV(B)345.33º65.22%81.18%-
XYZ30.618.9215.4-
YUV116.13121.73192.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.91%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=53.91%
G=18.75%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077210500.650.490.19345.3358.4454.71
HexCF486904131131593a37
Octal317110151010161235317267
Binary11001111100100011010010100000111000110011101011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4869; }

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

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

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

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

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

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

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

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