#CF5C71

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

Shades of Cabaret #CF5C71

Tints of Cabaret #CF5C71

Color information

#CF5C71 (or 0xCF5C71) is unknown color: approx Cabaret. HEX triplet: CF, 5C and 71. RGB value is (207,92,113). Sum of RGB (Red+Green+Blue) = 207+92+113=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C71 is #30A38E. Grayscale: #808080. Windows color (decimal): -3187599 or 7429327. OLE color: 7429327.

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

Color convert

RGB20792113-
CMYK00.560.450.19
HSL349.04º54.5%58.63%-
HSV(B)349.04º55.56%81.18%-
XYZ32.5422.1118.18-
YUV128.78119.1183.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.24%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=50.24%
G=22.33%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079211300.560.450.19349.0454.558.63
HexCF5C710382D1315d373b
Octal31713416107055235356773
Binary1100111110111001110001011100010110110011101011101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5C71; }

 p { color: rgb(207,92,113); }

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

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

 a { background-color: rgb(207,92,113); }

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

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

 span { border-color: rgb(207,92,113); }

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