Html Css Color HEX #C4546F Cabaret

📋 copy color: '#C4546F'

red 196 ◦ green 84 ◦ blue 111

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

Shades of Cabaret #C4546F

Tints of Cabaret #C4546F

RGB

 RED value IS 196 (76.95% from 255) = 50.13%

 GREEN value IS 84 (33.2% from 255) = 21.48%

 BLUE value IS 111 (43.75% from 255) = 28.39%

R = 50.13%
G = 21.48%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4546F (or 0xC4546F) is known color: Cabaret. HEX triplet: C4, 54 and 6F. RGB value is (196,84,111). Sum of RGB (Red+Green+Blue) = 196+84+111=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4546F is #3BAB90. Grayscale: #787878. Windows color (decimal): -3910545 or 7296196. OLE color: 7296196.

HSL color Cylindrical-coordinate representation of color #C4546F: hue angle of 345.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4546F is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 84 111 -
CMYK 0 0.57 0.43 0.23
HSL 345.54º 0.49% 0.55% -
HSV(B) 345.54º 0.57% 0.77% -
XYZ 28.8 19.22 17.23 -
YUV 120.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 196 84 111 0 0.57 0.43 0.23 345.54 0.49 0.55
Hex C4 54 6F 0 39 2B 17 15A 31 37
Octal 304 124 157 0 71 53 27 532 61 67
Binary 11000100 1010100 1101111 0 111001 101011 10111 101011010 110001 110111

Color Harmonies of #C4546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4546F

Black with #C4546F

Text Example


Text Example

White with #C4546F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4546F; }

 p { color: rgb(196,84,111); }

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

background-color css

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

 a { background-color: rgb(196,84,111); }

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

border-color css

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

 span { border-color: rgb(196,84,111); }

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