Html Css Color HEX #C5556A Cabaret

📋 copy color: '#C5556A'

red 197 ◦ green 85 ◦ blue 106

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

Shades of Cabaret #C5556A

Tints of Cabaret #C5556A

RGB

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

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

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

R = 50.77%
G = 21.91%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5556A (or 0xC5556A) is known color: Cabaret. HEX triplet: C5, 55 and 6A. RGB value is (197,85,106). Sum of RGB (Red+Green+Blue) = 197+85+106=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5556A is #3AAA95. Grayscale: #787878. Windows color (decimal): -3844758 or 6968773. OLE color: 6968773.

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

Color convert

RGB 197 85 106 -
CMYK 0 0.57 0.46 0.23
HSL 348.75º 0.49% 0.55% -
HSV(B) 348.75º 0.57% 0.77% -
XYZ 28.88 19.41 15.86 -
YUV 120.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 197 85 106 0 0.57 0.46 0.23 348.75 0.49 0.55
Hex C5 55 6A 0 39 2E 17 15D 31 37
Octal 305 125 152 0 71 56 27 535 61 67
Binary 11000101 1010101 1101010 0 111001 101110 10111 101011101 110001 110111

Color Harmonies of #C5556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5556A

Black with #C5556A

Text Example


Text Example

White with #C5556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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