Html Css Color HEX #C3556D Cabaret

📋 copy color: '#C3556D'

red 195 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #C3556D

Tints of Cabaret #C3556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

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

R = 50.13%
G = 21.85%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3556D (or 0xC3556D) is known color: Cabaret. HEX triplet: C3, 55 and 6D. RGB value is (195,85,109). Sum of RGB (Red+Green+Blue) = 195+85+109=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3556D is #3CAA92. Grayscale: #787878. Windows color (decimal): -3975827 or 7165379. OLE color: 7165379.

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

Color convert

RGB 195 85 109 -
CMYK 0 0.56 0.44 0.24
HSL 346.91º 0.48% 0.55% -
HSV(B) 346.91º 0.56% 0.76% -
XYZ 28.51 19.2 16.67 -
YUV 120.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 195 85 109 0 0.56 0.44 0.24 346.91 0.48 0.55
Hex C3 55 6D 0 38 2C 18 15B 30 37
Octal 303 125 155 0 70 54 30 533 60 67
Binary 11000011 1010101 1101101 0 111000 101100 11000 101011011 110000 110111

Color Harmonies of #C3556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3556D

Black with #C3556D

Text Example


Text Example

White with #C3556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3556D; }

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

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

background-color css

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

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

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

border-color css

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

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

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