Html Css Color HEX #C5536A Cabaret

📋 copy color: '#C5536A'

red 197 ◦ green 83 ◦ blue 106

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

Shades of Cabaret #C5536A

Tints of Cabaret #C5536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 51.04%
G = 21.5%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5536A (or 0xC5536A) is known color: Cabaret. HEX triplet: C5, 53 and 6A. RGB value is (197,83,106). Sum of RGB (Red+Green+Blue) = 197+83+106=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5536A is #3AAC95. Grayscale: #777777. Windows color (decimal): -3845270 or 6968261. OLE color: 6968261.

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

Color convert

RGB 197 83 106 -
CMYK 0 0.58 0.46 0.23
HSL 347.89º 0.5% 0.55% -
HSV(B) 347.89º 0.58% 0.77% -
XYZ 28.72 19.1 15.81 -
YUV 119.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 197 83 106 0 0.58 0.46 0.23 347.89 0.5 0.55
Hex C5 53 6A 0 3A 2E 17 15C 32 37
Octal 305 123 152 0 72 56 27 534 62 67
Binary 11000101 1010011 1101010 0 111010 101110 10111 101011100 110010 110111

Color Harmonies of #C5536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5536A

Black with #C5536A

Text Example


Text Example

White with #C5536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5536A; }

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

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

background-color css

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

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

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

border-color css

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

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

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