#C4607A

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

Shades of Cabaret #C4607A

Tints of Cabaret #C4607A

Color information

#C4607A (or 0xC4607A) is unknown color: approx Cabaret. HEX triplet: C4, 60 and 7A. RGB value is (196,96,122). Sum of RGB (Red+Green+Blue) = 196+96+122=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4607A is #3B9F85. Grayscale: #808080. Windows color (decimal): -3907462 or 8020164. OLE color: 8020164.

HSL color Cylindrical-coordinate representation of color #C4607A: hue angle of 344.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4607A is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19696122-
CMYK00.510.380.23
HSL344.4º45.87%57.25%-
HSV(B)344.4º51.02%76.86%-
XYZ30.4621.5120.96-
YUV128.86124.13175.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=47.34%
G=23.19%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969612200.510.380.23344.445.8757.25
HexC4607A03326171582e39
Octal30414017206346275305671
Binary1100010011000001111010011001110011010111101011000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4607A; }

 p { color: rgb(196,96,122); }

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

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

 a { background-color: rgb(196,96,122); }

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

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

 span { border-color: rgb(196,96,122); }

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