#CF4170

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

Shades of Cabaret #CF4170

Tints of Cabaret #CF4170

Color information

#CF4170 (or 0xCF4170) is unknown color: approx Cabaret. HEX triplet: CF, 41 and 70. RGB value is (207,65,112). Sum of RGB (Red+Green+Blue) = 207+65+112=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4170 is #30BE8F. Grayscale: #707070. Windows color (decimal): -3194512 or 7356879. OLE color: 7356879.

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

Color convert

RGB20765112-
CMYK00.690.460.19
HSL340.14º59.66%53.33%-
HSV(B)340.14º68.6%81.18%-
XYZ30.5518.2217.24-
YUV112.82127.54195.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.91%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=53.91%
G=16.93%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076511200.690.460.19340.1459.6653.33
HexCF41700452E131543c35
Octal317101160010556235247465
Binary11001111100000111100000100010110111010011101010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4170; }

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

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

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

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

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

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

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

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