Html Css Color HEX #C54970 Cabaret

📋 copy color: '#C54970'

red 197 ◦ green 73 ◦ blue 112

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

Shades of Cabaret #C54970

Tints of Cabaret #C54970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 51.57%
G = 19.11%
B = 29.32%

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

#C54970 (or 0xC54970) is known color: Cabaret. HEX triplet: C5, 49 and 70. RGB value is (197,73,112). Sum of RGB (Red+Green+Blue) = 197+73+112=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C54970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54970 is #3AB68F. Grayscale: #727272. Windows color (decimal): -3847824 or 7358917. OLE color: 7358917.

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

Color convert

RGB 197 73 112 -
CMYK 0 0.63 0.43 0.23
HSL 341.13º 0.52% 0.53% -
HSV(B) 341.13º 0.63% 0.77% -
XYZ 28.33 17.81 17.27 -
YUV 114.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 197 73 112 0 0.63 0.43 0.23 341.13 0.52 0.53
Hex C5 49 70 0 3F 2B 17 155 34 35
Octal 305 111 160 0 77 53 27 525 64 65
Binary 11000101 1001001 1110000 0 111111 101011 10111 101010101 110100 110101

Color Harmonies of #C54970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54970

Black with #C54970

Text Example


Text Example

White with #C54970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54970; }

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

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

background-color css

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

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

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

border-color css

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

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

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