Html Css Color HEX #C6546F Cabaret

📋 copy color: '#C6546F'

red 198 ◦ green 84 ◦ blue 111

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

Shades of Cabaret #C6546F

Tints of Cabaret #C6546F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.24%

R = 50.38%
G = 21.37%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6546F (or 0xC6546F) is known color: Cabaret. HEX triplet: C6, 54 and 6F. RGB value is (198,84,111). Sum of RGB (Red+Green+Blue) = 198+84+111=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6546F is #39AB90. Grayscale: #797979. Windows color (decimal): -3779473 or 7296198. OLE color: 7296198.

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

Color convert

RGB 198 84 111 -
CMYK 0 0.58 0.44 0.22
HSL 345.79º 0.5% 0.55% -
HSV(B) 345.79º 0.58% 0.78% -
XYZ 29.33 19.49 17.26 -
YUV 121.16 122.27 182.8 -
System Red Green Blue C M Y K H S L
Decimal 198 84 111 0 0.58 0.44 0.22 345.79 0.5 0.55
Hex C6 54 6F 0 3A 2C 16 15A 32 37
Octal 306 124 157 0 72 54 26 532 62 67
Binary 11000110 1010100 1101111 0 111010 101100 10110 101011010 110010 110111

Color Harmonies of #C6546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6546F

Black with #C6546F

Text Example


Text Example

White with #C6546F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6546F; }

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

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

background-color css

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

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

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

border-color css

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

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

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