Html Css Color HEX #C54D6D Cabaret

📋 copy color: '#C54D6D'

red 197 ◦ green 77 ◦ blue 109

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

Shades of Cabaret #C54D6D

Tints of Cabaret #C54D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.1%

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 51.44%
G = 20.1%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C54D6D (or 0xC54D6D) is known color: Cabaret. HEX triplet: C5, 4D and 6D. RGB value is (197,77,109). Sum of RGB (Red+Green+Blue) = 197+77+109=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54D6D is #3AB292. Grayscale: #747474. Windows color (decimal): -3846803 or 7163333. OLE color: 7163333.

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

Color convert

RGB 197 77 109 -
CMYK 0 0.61 0.45 0.23
HSL 344º 0.51% 0.54% -
HSV(B) 344º 0.61% 0.77% -
XYZ 28.44 18.28 16.5 -
YUV 116.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 197 77 109 0 0.61 0.45 0.23 344 0.51 0.54
Hex C5 4D 6D 0 3D 2D 17 158 33 36
Octal 305 115 155 0 75 55 27 530 63 66
Binary 11000101 1001101 1101101 0 111101 101101 10111 101011000 110011 110110

Color Harmonies of #C54D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54D6D

Black with #C54D6D

Text Example


Text Example

White with #C54D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54D6D; }

 p { color: rgb(197,77,109); }

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

background-color css

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

 a { background-color: rgb(197,77,109); }

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

border-color css

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

 span { border-color: rgb(197,77,109); }

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