#cf476c

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

Shades of Cabaret #CF476C

Tints of Cabaret #CF476C

Color information

#CF476C (or 0xCF476C) is unknown color: approx Cabaret. HEX triplet: CF, 47 and 6C. RGB value is (207,71,108). Sum of RGB (Red+Green+Blue) = 207+71+108=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF476C is #30B893. Grayscale: #737373. Windows color (decimal): -3192980 or 7096271. OLE color: 7096271.

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

Color convert

RGB20771108-
CMYK00.660.480.19
HSL343.68º58.62%54.51%-
HSV(B)343.68º65.7%81.18%-
XYZ30.6918.8516.21-
YUV115.88123.56192.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 71 (28.12% from 255) = 18.39%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=53.63%
G=18.39%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077110800.660.480.19343.6858.6254.51
HexCF476C04230131583b37
Octal317107154010260235307367
Binary11001111100011111011000100001011000010011101011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf476c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf476c; }

 p { color: rgb(207,71,108); }

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

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

 a { background-color: rgb(207,71,108); }

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

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

 span { border-color: rgb(207,71,108); }

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