Html Css Color HEX #C5546B Cabaret

📋 copy color: '#C5546B'

red 197 ◦ green 84 ◦ blue 107

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

Shades of Cabaret #C5546B

Tints of Cabaret #C5546B

RGB

 RED value IS 197 (77.34% from 255) = 50.77%

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

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

R = 50.77%
G = 21.65%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5546B (or 0xC5546B) is known color: Cabaret. HEX triplet: C5, 54 and 6B. RGB value is (197,84,107). Sum of RGB (Red+Green+Blue) = 197+84+107=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5546B is #3AAB94. Grayscale: #787878. Windows color (decimal): -3845013 or 7034053. OLE color: 7034053.

HSL color Cylindrical-coordinate representation of color #C5546B: hue angle of 347.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5546B is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 107 -
CMYK 0 0.57 0.46 0.23
HSL 347.79º 0.49% 0.55% -
HSV(B) 347.79º 0.57% 0.77% -
XYZ 28.85 19.27 16.11 -
YUV 120.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 197 84 107 0 0.57 0.46 0.23 347.79 0.49 0.55
Hex C5 54 6B 0 39 2E 17 15C 31 37
Octal 305 124 153 0 71 56 27 534 61 67
Binary 11000101 1010100 1101011 0 111001 101110 10111 101011100 110001 110111

Color Harmonies of #C5546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5546B

Black with #C5546B

Text Example


Text Example

White with #C5546B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5546B; }

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

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

background-color css

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

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

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

border-color css

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

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

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