Html Css Color HEX #C55474 Cabaret

📋 copy color: '#C55474'

red 197 ◦ green 84 ◦ blue 116

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

Shades of Cabaret #C55474

Tints of Cabaret #C55474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 49.62%
G = 21.16%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C55474 (or 0xC55474) is known color: Cabaret. HEX triplet: C5, 54 and 74. RGB value is (197,84,116). Sum of RGB (Red+Green+Blue) = 197+84+116=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55474 is #3AAB8B. Grayscale: #797979. Windows color (decimal): -3845004 or 7623877. OLE color: 7623877.

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

Color convert

RGB 197 84 116 -
CMYK 0 0.57 0.41 0.23
HSL 343.01º 0.49% 0.55% -
HSV(B) 343.01º 0.57% 0.77% -
XYZ 29.35 19.47 18.73 -
YUV 121.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 197 84 116 0 0.57 0.41 0.23 343.01 0.49 0.55
Hex C5 54 74 0 39 29 17 157 31 37
Octal 305 124 164 0 71 51 27 527 61 67
Binary 11000101 1010100 1110100 0 111001 101001 10111 101010111 110001 110111

Color Harmonies of #C55474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55474

Black with #C55474

Text Example


Text Example

White with #C55474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55474; }

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

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

background-color css

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

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

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

border-color css

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

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

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