Html Css Color HEX #C5526E Cabaret

📋 copy color: '#C5526E'

red 197 ◦ green 82 ◦ blue 110

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

Shades of Cabaret #C5526E

Tints of Cabaret #C5526E

RGB

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

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

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

R = 50.64%
G = 21.08%
B = 28.28%

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

#C5526E (or 0xC5526E) is known color: Cabaret. HEX triplet: C5, 52 and 6E. RGB value is (197,82,110). Sum of RGB (Red+Green+Blue) = 197+82+110=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5526E is #3AAD91. Grayscale: #777777. Windows color (decimal): -3845522 or 7230149. OLE color: 7230149.

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

Color convert

RGB 197 82 110 -
CMYK 0 0.58 0.44 0.23
HSL 345.39º 0.5% 0.55% -
HSV(B) 345.39º 0.58% 0.77% -
XYZ 28.86 19.03 16.9 -
YUV 119.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 197 82 110 0 0.58 0.44 0.23 345.39 0.5 0.55
Hex C5 52 6E 0 3A 2C 17 159 32 37
Octal 305 122 156 0 72 54 27 531 62 67
Binary 11000101 1010010 1101110 0 111010 101100 10111 101011001 110010 110111

Color Harmonies of #C5526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5526E

Black with #C5526E

Text Example


Text Example

White with #C5526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5526E; }

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

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

background-color css

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

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

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

border-color css

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

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

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