#CF5275

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

Shades of Cabaret #CF5275

Tints of Cabaret #CF5275

Color information

#CF5275 (or 0xCF5275) is unknown color: approx Cabaret. HEX triplet: CF, 52 and 75. RGB value is (207,82,117). Sum of RGB (Red+Green+Blue) = 207+82+117=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5275 is #30AD8A. Grayscale: #7B7B7B. Windows color (decimal): -3190155 or 7688911. OLE color: 7688911.

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

Color convert

RGB20782117-
CMYK00.600.430.19
HSL343.2º56.56%56.67%-
HSV(B)343.2º60.39%81.18%-
XYZ31.9620.5819.12-
YUV123.36124.41187.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=50.99%
G=20.20%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078211700.600.430.19343.256.5656.67
HexCF527503C2B131573939
Octal31712216507453235277171
Binary1100111110100101110101011110010101110011101010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5275; }

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

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

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

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

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

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

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

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