Html Css Color HEX #C5546D Cabaret

📋 copy color: '#C5546D'

red 197 ◦ green 84 ◦ blue 109

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

Shades of Cabaret #C5546D

Tints of Cabaret #C5546D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.95%

R = 50.51%
G = 21.54%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5546D (or 0xC5546D) is known color: Cabaret. HEX triplet: C5, 54 and 6D. RGB value is (197,84,109). Sum of RGB (Red+Green+Blue) = 197+84+109=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5546D is #3AAB92. Grayscale: #787878. Windows color (decimal): -3845011 or 7165125. OLE color: 7165125.

HSL color Cylindrical-coordinate representation of color #C5546D: hue angle of 346.73º 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 #C5546D is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 109 -
CMYK 0 0.57 0.45 0.23
HSL 346.73º 0.49% 0.55% -
HSV(B) 346.73º 0.57% 0.77% -
XYZ 28.96 19.32 16.67 -
YUV 120.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 197 84 109 0 0.57 0.45 0.23 346.73 0.49 0.55
Hex C5 54 6D 0 39 2D 17 15B 31 37
Octal 305 124 155 0 71 55 27 533 61 67
Binary 11000101 1010100 1101101 0 111001 101101 10111 101011011 110001 110111

Color Harmonies of #C5546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5546D

Black with #C5546D

Text Example


Text Example

White with #C5546D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5546D; }

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

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

background-color css

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

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

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

border-color css

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

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

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