Html Css Color HEX #C3546D Cabaret

📋 copy color: '#C3546D'

red 195 ◦ green 84 ◦ blue 109

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

Shades of Cabaret #C3546D

Tints of Cabaret #C3546D

RGB

 RED value IS 195 (76.56% from 255) = 50.26%

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

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

R = 50.26%
G = 21.65%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3546D (or 0xC3546D) is known color: Cabaret. HEX triplet: C3, 54 and 6D. RGB value is (195,84,109). Sum of RGB (Red+Green+Blue) = 195+84+109=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3546D is #3CAB92. Grayscale: #787878. Windows color (decimal): -3976083 or 7165123. OLE color: 7165123.

HSL color Cylindrical-coordinate representation of color #C3546D: hue angle of 346.49º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3546D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 109 -
CMYK 0 0.57 0.44 0.24
HSL 346.49º 0.48% 0.55% -
HSV(B) 346.49º 0.57% 0.76% -
XYZ 28.44 19.05 16.65 -
YUV 120.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 195 84 109 0 0.57 0.44 0.24 346.49 0.48 0.55
Hex C3 54 6D 0 39 2C 18 15A 30 37
Octal 303 124 155 0 71 54 30 532 60 67
Binary 11000011 1010100 1101101 0 111001 101100 11000 101011010 110000 110111

Color Harmonies of #C3546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3546D

Black with #C3546D

Text Example


Text Example

White with #C3546D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3546D; }

 p { color: rgb(195,84,109); }

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

background-color css

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

 a { background-color: rgb(195,84,109); }

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

border-color css

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

 span { border-color: rgb(195,84,109); }

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