Html Css Color HEX #C6546B Cabaret

📋 copy color: '#C6546B'

red 198 ◦ green 84 ◦ blue 107

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

Shades of Cabaret #C6546B

Tints of Cabaret #C6546B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 50.9%
G = 21.59%
B = 27.51%

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

#C6546B (or 0xC6546B) is known color: Cabaret. HEX triplet: C6, 54 and 6B. RGB value is (198,84,107). Sum of RGB (Red+Green+Blue) = 198+84+107=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6546B is #39AB94. Grayscale: #787878. Windows color (decimal): -3779477 or 7034054. OLE color: 7034054.

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

Color convert

RGB 198 84 107 -
CMYK 0 0.58 0.46 0.22
HSL 347.89º 0.5% 0.55% -
HSV(B) 347.89º 0.58% 0.78% -
XYZ 29.11 19.41 16.12 -
YUV 120.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 198 84 107 0 0.58 0.46 0.22 347.89 0.5 0.55
Hex C6 54 6B 0 3A 2E 16 15C 32 37
Octal 306 124 153 0 72 56 26 534 62 67
Binary 11000110 1010100 1101011 0 111010 101110 10110 101011100 110010 110111

Color Harmonies of #C6546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6546B

Black with #C6546B

Text Example


Text Example

White with #C6546B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6546B; }

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

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

background-color css

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

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

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

border-color css

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

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

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