#CF5164

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

Shades of Cabaret #CF5164

Tints of Cabaret #CF5164

Color information

#CF5164 (or 0xCF5164) is unknown color: approx Cabaret. HEX triplet: CF, 51 and 64. RGB value is (207,81,100). Sum of RGB (Red+Green+Blue) = 207+81+100=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5164 is #30AE9B. Grayscale: #787878. Windows color (decimal): -3190428 or 6574543. OLE color: 6574543.

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

Color convert

RGB20781100-
CMYK00.610.520.19
HSL350.95º56.76%56.47%-
HSV(B)350.95º60.87%81.18%-
XYZ30.9720.0714.3-
YUV120.84116.24189.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.35%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=53.35%
G=20.88%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078110000.610.520.19350.9556.7656.47
HexCF516403D341315f3938
Octal31712114407564235377170
Binary1100111110100011100100011110111010010011101011111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5164; }

 p { color: rgb(207,81,100); }

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

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

 a { background-color: rgb(207,81,100); }

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

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

 span { border-color: rgb(207,81,100); }

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