Html Css Color HEX #C55473 Cabaret

📋 copy color: '#C55473'

red 197 ◦ green 84 ◦ blue 115

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

Shades of Cabaret #C55473

Tints of Cabaret #C55473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.21%

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 49.75%
G = 21.21%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C55473 (or 0xC55473) is known color: Cabaret. HEX triplet: C5, 54 and 73. RGB value is (197,84,115). Sum of RGB (Red+Green+Blue) = 197+84+115=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C55473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55473 is #3AAB8C. Grayscale: #797979. Windows color (decimal): -3845005 or 7558341. OLE color: 7558341.

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

Color convert

RGB 197 84 115 -
CMYK 0 0.57 0.42 0.23
HSL 343.54º 0.49% 0.55% -
HSV(B) 343.54º 0.57% 0.77% -
XYZ 29.29 19.45 18.43 -
YUV 121.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 197 84 115 0 0.57 0.42 0.23 343.54 0.49 0.55
Hex C5 54 73 0 39 2A 17 158 31 37
Octal 305 124 163 0 71 52 27 530 61 67
Binary 11000101 1010100 1110011 0 111001 101010 10111 101011000 110001 110111

Color Harmonies of #C55473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55473

Black with #C55473

Text Example


Text Example

White with #C55473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55473; }

 p { color: rgb(197,84,115); }

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

background-color css

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

 a { background-color: rgb(197,84,115); }

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

border-color css

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

 span { border-color: rgb(197,84,115); }

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