Html Css Color HEX #C54061 Cabaret

📋 copy color: '#C54061'

red 197 ◦ green 64 ◦ blue 97

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

Shades of Cabaret #C54061

Tints of Cabaret #C54061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 55.03%
G = 17.88%
B = 27.09%

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

#C54061 (or 0xC54061) is known color: Cabaret. HEX triplet: C5, 40 and 61. RGB value is (197,64,97). Sum of RGB (Red+Green+Blue) = 197+64+97=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C54061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54061 is #3ABF9E. Grayscale: #6B6B6B. Windows color (decimal): -3850143 or 6373573. OLE color: 6373573.

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

Color convert

RGB 197 64 97 -
CMYK 0 0.68 0.51 0.23
HSL 345.11º 0.53% 0.51% -
HSV(B) 345.11º 0.68% 0.77% -
XYZ 27.02 16.4 13.05 -
YUV 107.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 197 64 97 0 0.68 0.51 0.23 345.11 0.53 0.51
Hex C5 40 61 0 44 33 17 159 35 33
Octal 305 100 141 0 104 63 27 531 65 63
Binary 11000101 1000000 1100001 0 1000100 110011 10111 101011001 110101 110011

Color Harmonies of #C54061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54061

Black with #C54061

Text Example


Text Example

White with #C54061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54061; }

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

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

background-color css

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

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

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

border-color css

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

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

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