Html Css Color HEX #C54060 Cabaret

📋 copy color: '#C54060'

red 197 ◦ green 64 ◦ blue 96

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

Shades of Cabaret #C54060

Tints of Cabaret #C54060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 55.18%
G = 17.93%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C54060 (or 0xC54060) is known color: Cabaret. HEX triplet: C5, 40 and 60. RGB value is (197,64,96). Sum of RGB (Red+Green+Blue) = 197+64+96=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C54060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54060 is #3ABF9F. Grayscale: #6B6B6B. Windows color (decimal): -3850144 or 6308037. OLE color: 6308037.

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

Color convert

RGB 197 64 96 -
CMYK 0 0.68 0.51 0.23
HSL 345.56º 0.53% 0.51% -
HSV(B) 345.56º 0.68% 0.77% -
XYZ 26.97 16.38 12.81 -
YUV 107.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 197 64 96 0 0.68 0.51 0.23 345.56 0.53 0.51
Hex C5 40 60 0 44 33 17 15A 35 33
Octal 305 100 140 0 104 63 27 532 65 63
Binary 11000101 1000000 1100000 0 1000100 110011 10111 101011010 110101 110011

Color Harmonies of #C54060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54060

Black with #C54060

Text Example


Text Example

White with #C54060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54060; }

 p { color: rgb(197,64,96); }

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

background-color css

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

 a { background-color: rgb(197,64,96); }

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

border-color css

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

 span { border-color: rgb(197,64,96); }

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