#C64A6A

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

Shades of Cabaret #C64A6A

Tints of Cabaret #C64A6A

Color information

#C64A6A (or 0xC64A6A) is unknown color: approx Cabaret. HEX triplet: C6, 4A and 6A. RGB value is (198,74,106). Sum of RGB (Red+Green+Blue) = 198+74+106=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A6A is #39B595. Grayscale: #727272. Windows color (decimal): -3782038 or 6965958. OLE color: 6965958.

HSL color Cylindrical-coordinate representation of color #C64A6A: hue angle of 344.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A6A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19874106-
CMYK00.630.460.22
HSL344.52º52.1%53.33%-
HSV(B)344.52º62.63%77.65%-
XYZ28.3417.9415.61-
YUV114.72123.08187.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=52.38%
G=19.58%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987410600.630.460.22344.5252.153.33
HexC64A6A03F2E161593435
Octal30611215207756265316465
Binary1100011010010101101010011111110111010110101011001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64A6A; }

 p { color: rgb(198,74,106); }

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

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

 a { background-color: rgb(198,74,106); }

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

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

 span { border-color: rgb(198,74,106); }

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