Html Css Color HEX #C5516A Cabaret

📋 copy color: '#C5516A'

red 197 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #C5516A

Tints of Cabaret #C5516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

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

R = 51.3%
G = 21.09%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5516A (or 0xC5516A) is known color: Cabaret. HEX triplet: C5, 51 and 6A. RGB value is (197,81,106). Sum of RGB (Red+Green+Blue) = 197+81+106=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5516A is #3AAE95. Grayscale: #767676. Windows color (decimal): -3845782 or 6967749. OLE color: 6967749.

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

Color convert

RGB 197 81 106 -
CMYK 0 0.59 0.46 0.23
HSL 347.07º 0.5% 0.55% -
HSV(B) 347.07º 0.59% 0.77% -
XYZ 28.57 18.8 15.76 -
YUV 118.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 197 81 106 0 0.59 0.46 0.23 347.07 0.5 0.55
Hex C5 51 6A 0 3B 2E 17 15B 32 37
Octal 305 121 152 0 73 56 27 533 62 67
Binary 11000101 1010001 1101010 0 111011 101110 10111 101011011 110010 110111

Color Harmonies of #C5516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5516A

Black with #C5516A

Text Example


Text Example

White with #C5516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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