#CF4970

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

Shades of Cabaret #CF4970

Tints of Cabaret #CF4970

Color information

#CF4970 (or 0xCF4970) is unknown color: approx Cabaret. HEX triplet: CF, 49 and 70. RGB value is (207,73,112). Sum of RGB (Red+Green+Blue) = 207+73+112=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4970 is #30B68F. Grayscale: #757575. Windows color (decimal): -3192464 or 7358927. OLE color: 7358927.

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

Color convert

RGB20773112-
CMYK00.650.460.19
HSL342.54º58.26%54.9%-
HSV(B)342.54º64.73%81.18%-
XYZ31.0419.217.4-
YUV117.51124.89191.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.81%
GREEN value IS 73 (28.91% from 255) = 18.62%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=52.81%
G=18.62%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077311200.650.460.19342.5458.2654.9
HexCF49700412E131573a37
Octal317111160010156235277267
Binary11001111100100111100000100000110111010011101010111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4970; }

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

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

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

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

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

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

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

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