Html Css Color HEX #C5526A Cabaret

📋 copy color: '#C5526A'

red 197 ◦ green 82 ◦ blue 106

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

Shades of Cabaret #C5526A

Tints of Cabaret #C5526A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

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

R = 51.17%
G = 21.3%
B = 27.53%

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

#C5526A (or 0xC5526A) is known color: Cabaret. HEX triplet: C5, 52 and 6A. RGB value is (197,82,106). Sum of RGB (Red+Green+Blue) = 197+82+106=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5526A is #3AAD95. Grayscale: #777777. Windows color (decimal): -3845526 or 6968005. OLE color: 6968005.

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

Color convert

RGB 197 82 106 -
CMYK 0 0.58 0.46 0.23
HSL 347.48º 0.5% 0.55% -
HSV(B) 347.48º 0.58% 0.77% -
XYZ 28.64 18.95 15.78 -
YUV 119.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 197 82 106 0 0.58 0.46 0.23 347.48 0.5 0.55
Hex C5 52 6A 0 3A 2E 17 15B 32 37
Octal 305 122 152 0 72 56 27 533 62 67
Binary 11000101 1010010 1101010 0 111010 101110 10111 101011011 110010 110111

Color Harmonies of #C5526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5526A

Black with #C5526A

Text Example


Text Example

White with #C5526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5526A; }

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

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

background-color css

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

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

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

border-color css

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

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

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