Html Css Color HEX #C5526B Cabaret

📋 copy color: '#C5526B'

red 197 ◦ green 82 ◦ blue 107

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

Shades of Cabaret #C5526B

Tints of Cabaret #C5526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.72%

R = 51.04%
G = 21.24%
B = 27.72%

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

#C5526B (or 0xC5526B) is known color: Cabaret. HEX triplet: C5, 52 and 6B. RGB value is (197,82,107). Sum of RGB (Red+Green+Blue) = 197+82+107=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5526B is #3AAD94. Grayscale: #777777. Windows color (decimal): -3845525 or 7033541. OLE color: 7033541.

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

Color convert

RGB 197 82 107 -
CMYK 0 0.58 0.46 0.23
HSL 346.96º 0.5% 0.55% -
HSV(B) 346.96º 0.58% 0.77% -
XYZ 28.7 18.97 16.06 -
YUV 119.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 197 82 107 0 0.58 0.46 0.23 346.96 0.5 0.55
Hex C5 52 6B 0 3A 2E 17 15B 32 37
Octal 305 122 153 0 72 56 27 533 62 67
Binary 11000101 1010010 1101011 0 111010 101110 10111 101011011 110010 110111

Color Harmonies of #C5526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5526B

Black with #C5526B

Text Example


Text Example

White with #C5526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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