Html Css Color HEX #C54971 Cabaret

📋 copy color: '#C54971'

red 197 ◦ green 73 ◦ blue 113

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

Shades of Cabaret #C54971

Tints of Cabaret #C54971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

 BLUE value IS 113 (44.53% from 255) = 29.5%

R = 51.44%
G = 19.06%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C54971 (or 0xC54971) is known color: Cabaret. HEX triplet: C5, 49 and 71. RGB value is (197,73,113). Sum of RGB (Red+Green+Blue) = 197+73+113=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54971 is #3AB68E. Grayscale: #727272. Windows color (decimal): -3847823 or 7424453. OLE color: 7424453.

HSL color Cylindrical-coordinate representation of color #C54971: hue angle of 340.65º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54971 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 73 113 -
CMYK 0 0.63 0.43 0.23
HSL 340.65º 0.52% 0.53% -
HSV(B) 340.65º 0.63% 0.77% -
XYZ 28.39 17.83 17.57 -
YUV 114.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 197 73 113 0 0.63 0.43 0.23 340.65 0.52 0.53
Hex C5 49 71 0 3F 2B 17 155 34 35
Octal 305 111 161 0 77 53 27 525 64 65
Binary 11000101 1001001 1110001 0 111111 101011 10111 101010101 110100 110101

Color Harmonies of #C54971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54971

Black with #C54971

Text Example


Text Example

White with #C54971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54971; }

 p { color: rgb(197,73,113); }

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

background-color css

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

 a { background-color: rgb(197,73,113); }

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

border-color css

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

 span { border-color: rgb(197,73,113); }

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