Html Css Color HEX #C6546A Cabaret

📋 copy color: '#C6546A'

red 198 ◦ green 84 ◦ blue 106

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

Shades of Cabaret #C6546A

Tints of Cabaret #C6546A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 51.03%
G = 21.65%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6546A (or 0xC6546A) is known color: Cabaret. HEX triplet: C6, 54 and 6A. RGB value is (198,84,106). Sum of RGB (Red+Green+Blue) = 198+84+106=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6546A is #39AB95. Grayscale: #787878. Windows color (decimal): -3779478 or 6968518. OLE color: 6968518.

HSL color Cylindrical-coordinate representation of color #C6546A: hue angle of 348.42º 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 #C6546A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 84 106 -
CMYK 0 0.58 0.46 0.22
HSL 348.42º 0.5% 0.55% -
HSV(B) 348.42º 0.58% 0.78% -
XYZ 29.06 19.39 15.85 -
YUV 120.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 198 84 106 0 0.58 0.46 0.22 348.42 0.5 0.55
Hex C6 54 6A 0 3A 2E 16 15C 32 37
Octal 306 124 152 0 72 56 26 534 62 67
Binary 11000110 1010100 1101010 0 111010 101110 10110 101011100 110010 110111

Color Harmonies of #C6546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6546A

Black with #C6546A

Text Example


Text Example

White with #C6546A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6546A; }

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

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

background-color css

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

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

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

border-color css

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

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

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