#CF5568

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

Shades of Cabaret #CF5568

Tints of Cabaret #CF5568

Color information

#CF5568 (or 0xCF5568) is unknown color: approx Cabaret. HEX triplet: CF, 55 and 68. RGB value is (207,85,104). Sum of RGB (Red+Green+Blue) = 207+85+104=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5568 is #30AA97. Grayscale: #7B7B7B. Windows color (decimal): -3189400 or 6837711. OLE color: 6837711.

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

Color convert

RGB20785104-
CMYK00.590.500.19
HSL350.66º55.96%57.25%-
HSV(B)350.66º58.94%81.18%-
XYZ31.4820.7615.45-
YUV123.64116.92187.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.27%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=52.27%
G=21.46%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078510400.590.500.19350.6655.9657.25
HexCF556803B321315f3839
Octal31712515007362235377071
Binary1100111110101011101000011101111001010011101011111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5568; }

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

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

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

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

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

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

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

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