Html Css Color HEX #C5536E Cabaret

📋 copy color: '#C5536E'

red 197 ◦ green 83 ◦ blue 110

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

Shades of Cabaret #C5536E

Tints of Cabaret #C5536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

 BLUE value IS 110 (43.36% from 255) = 28.21%

R = 50.51%
G = 21.28%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5536E (or 0xC5536E) is known color: Cabaret. HEX triplet: C5, 53 and 6E. RGB value is (197,83,110). Sum of RGB (Red+Green+Blue) = 197+83+110=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5536E is #3AAC91. Grayscale: #787878. Windows color (decimal): -3845266 or 7230405. OLE color: 7230405.

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

Color convert

RGB 197 83 110 -
CMYK 0 0.58 0.44 0.23
HSL 345.79º 0.5% 0.55% -
HSV(B) 345.79º 0.58% 0.77% -
XYZ 28.93 19.18 16.93 -
YUV 120.16 122.27 182.8 -
System Red Green Blue C M Y K H S L
Decimal 197 83 110 0 0.58 0.44 0.23 345.79 0.5 0.55
Hex C5 53 6E 0 3A 2C 17 15A 32 37
Octal 305 123 156 0 72 54 27 532 62 67
Binary 11000101 1010011 1101110 0 111010 101100 10111 101011010 110010 110111

Color Harmonies of #C5536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5536E

Black with #C5536E

Text Example


Text Example

White with #C5536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5536E; }

 p { color: rgb(197,83,110); }

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

background-color css

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

 a { background-color: rgb(197,83,110); }

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

border-color css

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

 span { border-color: rgb(197,83,110); }

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