Html Css Color HEX #C5557A Cabaret

📋 copy color: '#C5557A'

red 197 ◦ green 85 ◦ blue 122

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

Shades of Cabaret #C5557A

Tints of Cabaret #C5557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.04%

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 48.76%
G = 21.04%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5557A (or 0xC5557A) is known color: Cabaret. HEX triplet: C5, 55 and 7A. RGB value is (197,85,122). Sum of RGB (Red+Green+Blue) = 197+85+122=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5557A is #3AAA85. Grayscale: #7A7A7A. Windows color (decimal): -3844742 or 8017349. OLE color: 8017349.

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

Color convert

RGB 197 85 122 -
CMYK 0 0.57 0.38 0.23
HSL 340.18º 0.49% 0.55% -
HSV(B) 340.18º 0.57% 0.77% -
XYZ 29.79 19.77 20.66 -
YUV 122.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 197 85 122 0 0.57 0.38 0.23 340.18 0.49 0.55
Hex C5 55 7A 0 39 26 17 154 31 37
Octal 305 125 172 0 71 46 27 524 61 67
Binary 11000101 1010101 1111010 0 111001 100110 10111 101010100 110001 110111

Color Harmonies of #C5557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5557A

Black with #C5557A

Text Example


Text Example

White with #C5557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5557A; }

 p { color: rgb(197,85,122); }

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

background-color css

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

 a { background-color: rgb(197,85,122); }

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

border-color css

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

 span { border-color: rgb(197,85,122); }

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