Html Css Color HEX #C54560 Cabaret

📋 copy color: '#C54560'

red 197 ◦ green 69 ◦ blue 96

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

Shades of Cabaret #C54560

Tints of Cabaret #C54560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.06%

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

R = 54.42%
G = 19.06%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C54560 (or 0xC54560) is known color: Cabaret. HEX triplet: C5, 45 and 60. RGB value is (197,69,96). Sum of RGB (Red+Green+Blue) = 197+69+96=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C54560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54560 is #3ABA9F. Grayscale: #6E6E6E. Windows color (decimal): -3848864 or 6309317. OLE color: 6309317.

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

Color convert

RGB 197 69 96 -
CMYK 0 0.65 0.51 0.23
HSL 347.34º 0.52% 0.52% -
HSV(B) 347.34º 0.65% 0.77% -
XYZ 27.27 16.97 12.91 -
YUV 110.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 197 69 96 0 0.65 0.51 0.23 347.34 0.52 0.52
Hex C5 45 60 0 41 33 17 15B 34 34
Octal 305 105 140 0 101 63 27 533 64 64
Binary 11000101 1000101 1100000 0 1000001 110011 10111 101011011 110100 110100

Color Harmonies of #C54560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54560

Black with #C54560

Text Example


Text Example

White with #C54560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54560; }

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

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

background-color css

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

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

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

border-color css

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

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

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