Html Css Color HEX #C6537A Cabaret

📋 copy color: '#C6537A'

red 198 ◦ green 83 ◦ blue 122

#C6537A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #C6537A

Tints of Cabaret #C6537A

RGB

 RED value IS 198 (77.73% from 255) = 49.13%

 GREEN value IS 83 (32.81% from 255) = 20.6%

 BLUE value IS 122 (48.05% from 255) = 30.27%

R = 49.13%
G = 20.6%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6537A (or 0xC6537A) is known color: Cabaret. HEX triplet: C6, 53 and 7A. RGB value is (198,83,122). Sum of RGB (Red+Green+Blue) = 198+83+122=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6537A is #39AC85. Grayscale: #797979. Windows color (decimal): -3779718 or 8016838. OLE color: 8016838.

HSL color Cylindrical-coordinate representation of color #C6537A: hue angle of 339.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6537A is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 122 -
CMYK 0 0.58 0.38 0.22
HSL 339.65º 0.5% 0.55% -
HSV(B) 339.65º 0.58% 0.78% -
XYZ 29.89 19.6 20.62 -
YUV 121.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 198 83 122 0 0.58 0.38 0.22 339.65 0.5 0.55
Hex C6 53 7A 0 3A 26 16 154 32 37
Octal 306 123 172 0 72 46 26 524 62 67
Binary 11000110 1010011 1111010 0 111010 100110 10110 101010100 110010 110111

Color Harmonies of #C6537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6537A

Black with #C6537A

Text Example


Text Example

White with #C6537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6537A; }

 p { color: rgb(198,83,122); }

 H1.HeaderClassName
 {
   color: #C6537A;
 }
 .AnyTagClassName
 {
   color: #C6537A;
 }
</style>

background-color css

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

 a { background-color: rgb(198,83,122); }

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

border-color css

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

 span { border-color: rgb(198,83,122); }

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