#cf4768

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

Shades of Cabaret #CF4768

Tints of Cabaret #CF4768

Color information

#CF4768 (or 0xCF4768) is unknown color: approx Cabaret. HEX triplet: CF, 47 and 68. RGB value is (207,71,104). Sum of RGB (Red+Green+Blue) = 207+71+104=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4768 is #30B897. Grayscale: #737373. Windows color (decimal): -3192984 or 6834127. OLE color: 6834127.

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

Color convert

RGB20771104-
CMYK00.660.500.19
HSL345.44º58.62%54.51%-
HSV(B)345.44º65.7%81.18%-
XYZ30.4818.7715.11-
YUV115.43121.56193.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.19%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=54.19%
G=18.59%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077110400.660.500.19345.4458.6254.51
HexCF476804232131593b37
Octal317107150010262235317367
Binary11001111100011111010000100001011001010011101011001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf4768; }

 p { color: rgb(207,71,104); }

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

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

 a { background-color: rgb(207,71,104); }

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

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

 span { border-color: rgb(207,71,104); }

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