#CF4C70

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

Shades of Cabaret #CF4C70

Tints of Cabaret #CF4C70

Color information

#CF4C70 (or 0xCF4C70) is unknown color: approx Cabaret. HEX triplet: CF, 4C and 70. RGB value is (207,76,112). Sum of RGB (Red+Green+Blue) = 207+76+112=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C70 is #30B38F. Grayscale: #777777. Windows color (decimal): -3191696 or 7359695. OLE color: 7359695.

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

Color convert

RGB20776112-
CMYK00.630.460.19
HSL343.51º57.71%55.49%-
HSV(B)343.51º63.29%81.18%-
XYZ31.2419.617.47-
YUV119.27123.9190.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.41%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=52.41%
G=19.24%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077611200.630.460.19343.5157.7155.49
HexCF4C7003F2E131583a37
Octal31711416007756235307267
Binary1100111110011001110000011111110111010011101011000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4C70; }

 p { color: rgb(207,76,112); }

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

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

 a { background-color: rgb(207,76,112); }

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

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

 span { border-color: rgb(207,76,112); }

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