#CF4C6A

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

Shades of Cabaret #CF4C6A

Tints of Cabaret #CF4C6A

Color information

#CF4C6A (or 0xCF4C6A) is unknown color: approx Cabaret. HEX triplet: CF, 4C and 6A. RGB value is (207,76,106). Sum of RGB (Red+Green+Blue) = 207+76+106=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C6A is #30B395. Grayscale: #767676. Windows color (decimal): -3191702 or 6966479. OLE color: 6966479.

HSL color Cylindrical-coordinate representation of color #CF4C6A: hue angle of 346.26º 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 #CF4C6A is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB20776106-
CMYK00.630.490.19
HSL346.26º57.71%55.49%-
HSV(B)346.26º63.29%81.18%-
XYZ30.9219.4715.77-
YUV118.59120.9191.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.21%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=53.21%
G=19.54%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077610600.630.490.19346.2657.7155.49
HexCF4C6A03F311315a3a37
Octal31711415207761235327267
Binary1100111110011001101010011111111000110011101011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4C6A; }

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

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

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

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

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

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

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

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