#CF5775

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

Shades of Cabaret #CF5775

Tints of Cabaret #CF5775

Color information

#CF5775 (or 0xCF5775) is unknown color: approx Cabaret. HEX triplet: CF, 57 and 75. RGB value is (207,87,117). Sum of RGB (Red+Green+Blue) = 207+87+117=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5775 is #30A88A. Grayscale: #7E7E7E. Windows color (decimal): -3188875 or 7690191. OLE color: 7690191.

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

Color convert

RGB20787117-
CMYK00.580.430.19
HSL345º55.56%57.65%-
HSV(B)345º57.97%81.18%-
XYZ32.3521.3719.25-
YUV126.3122.76185.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.36%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=50.36%
G=21.17%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078711700.580.430.1934555.5657.65
HexCF577503A2B13159383a
Octal31712716507253235317072
Binary1100111110101111110101011101010101110011101011001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5775; }

 p { color: rgb(207,87,117); }

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

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

 a { background-color: rgb(207,87,117); }

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

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

 span { border-color: rgb(207,87,117); }

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